Changeset afbe96a in mainline for libc/include/ipc/fb.h
- Timestamp:
- 2006-07-04T17:18:24Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0166e99
- Parents:
- 09087d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/ipc/fb.h
r09087d2 rafbe96a 27 27 */ 28 28 29 29 /** @addtogroup libcipc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #include <arch/types.h> 36 #include <types.h> 37 38 #ifndef __libc__FB_H__ 39 #define __libc__FB_H__ 35 #ifndef LIBC_FB_H_ 36 #define LIBC_FB_H_ 40 37 41 38 #define FB_PUTCHAR 1025 … … 75 72 #endif 76 73 77 78 /** @} 74 /** @} 79 75 */ 80 81
Note:
See TracChangeset
for help on using the changeset viewer.