- Timestamp:
- Jun 27, 2017, 10:35:00 AM (8 years ago)
- Location:
- trunk/hal
- Files:
- 
          - 2 edited
 
 - 
          generic/hal_remote.h (modified) (1 diff)
- 
          x86_64/core/hal_remote.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/hal/generic/hal_remote.hr17 r69 43 43 ****************************************************************************************/ 44 44 void hal_remote_sb( xptr_t xp, 45 chardata );45 uint8_t data ); 46 46 47 47 /***************************************************************************************** 
- 
        trunk/hal/x86_64/core/hal_remote.cr51 r69 27 27 28 28 void hal_remote_sb( xptr_t xp, 29 chardata )29 uint8_t data ) 30 30 { 31 31 x86_panic((char *)__func__); 
Note: See TracChangeset
          for help on using the changeset viewer.
      
