- Timestamp:
- Dec 8, 2012, 4:58:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/boot_tty.c
r276 r280 4 4 #define in_reset __attribute__((section (".reset"))) 5 5 #define in_reset_data __attribute__((section (".reset_data"))) 6 7 struct base_addresses;8 extern struct base_addresses seg_tty_base;9 6 10 7 in_reset int boot_getc(int *c)
Note: See TracChangeset
for help on using the changeset viewer.