Changeset 0eb58f1 in mainline for uspace/fb/sysio.h
- Timestamp:
- 2007-06-20T20:53:19Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6765c07
- Parents:
- 84947a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/fb/sysio.h
r84947a4 r0eb58f1 35 35 */ 36 36 37 #ifndef _SYSIO_H_38 #define _SYSIO_H_37 #ifndef FB_SYSIO_H_ 38 #define FB_SYSIO_H_ 39 39 40 void sysio_init(void);40 extern void sysio_init(void); 41 41 42 42 #endif … … 44 44 /** @} 45 45 */ 46
Note:
See TracChangeset
for help on using the changeset viewer.