Changeset 8ff0bd2 in mainline for abi/include/bool.h
- Timestamp:
- 2011-09-04T11:30:58Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
abi/include/bool.h (moved) (moved from uspace/srv/hid/fb/sgcn.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abi/include/bool.h
rd2c67e7 r8ff0bd2 1 1 /* 2 * Copyright (c) 20 08 Pavel Rimsky2 * Copyright (c) 2011 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @defgroup sgcnfb SGCN 30 * @brief userland driver of the Serengeti console output 29 /** @addtogroup generic 31 30 * @{ 32 31 */ 33 34 32 /** @file 35 33 */ 36 34 37 #ifndef FB_SGCN_H_38 #define FB_SGCN_H_35 #ifndef ABI_BOOL_H_ 36 #define ABI_BOOL_H_ 39 37 40 int sgcn_init(void);38 typedef uint8_t bool; 41 39 42 40 #endif 43 41 44 /** 45 * @} 42 /** @} 46 43 */
Note:
See TracChangeset
for help on using the changeset viewer.
