Changeset 189


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

sync

Location:
trunk/hal/x86_64/core
Files:
2 edited

Legend:

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

    r145 r189  
    9494}
    9595
     96void hal_remote_strcpy( xptr_t dst,
     97                        xptr_t src )
     98{
     99        x86_panic((char *)__func__);
     100}
     101
  • 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.