Ignore:
Timestamp:
Jul 13, 2017, 8:25:13 AM (7 years ago)
Author:
max@…
Message:

sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_uspace.c

    r145 r189  
    4949}
    5050
     51void hal_strcpy_from_uspace( char     * k_dst,
     52                             char     * u_src,
     53                             uint32_t   max_size )
     54{
     55        x86_panic((char *)__func__);
     56}
     57
Note: See TracChangeset for help on using the changeset viewer.