- Timestamp:
- Jul 3, 2017, 3:13:24 PM (8 years ago)
- Location:
- trunk/hal
- Files:
- 
          - 2 edited
 
 - 
          tsar_mips32/core/hal_drivers.c (modified) (2 diffs)
- 
          x86_64/core/hal_drivers.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        trunk/hal/tsar_mips32/core/hal_drivers.cr77 r130 25 25 #include <hal_internal.h> 26 26 27 #include <soclib_tty.h> 28 #include <soclib_xcu.h> 29 27 30 void hal_drivers_txt_init(chdev_t *dev) 28 31 { … … 30 33 } 31 34 35 void hal_drivers_xcu_init(chdev_t *dev, lid_t lid) 36 { 37 soclib_xcu_init(dev, lid); 38 } 39 
- 
        trunk/hal/x86_64/core/hal_drivers.cr94 r130 25 25 #include <hal_internal.h> 26 26 27 #include <soclib_tty.h> 28 #include <soclib_xcu.h> 29 27 30 void hal_drivers_txt_init(chdev_t *dev) 28 31 { … … 30 33 } 31 34 35 void hal_drivers_xcu_init(chdev_t *dev, lid_t lid) 36 { 37 soclib_xcu_init(dev, lid); 38 } 39 
Note: See TracChangeset
          for help on using the changeset viewer.
      
