Changeset 00aece0 in mainline for abi/include/bool.h
- Timestamp:
- 2012-02-18T16:47:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4449c6c
- Parents:
- bd5f3b7 (diff), f943dd3 (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
Legend:
- Unmodified
- Added
- Removed
-
abi/include/bool.h
rbd5f3b7 r00aece0 1 1 /* 2 * Copyright (c) 20 06 Jakub Vana2 * Copyright (c) 2011 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup ia3229 /** @addtogroup generic 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ia32_VESA_H_36 #define KERN_ia32_VESA_H_35 #ifndef ABI_BOOL_H_ 36 #define ABI_BOOL_H_ 37 37 38 #include <typedefs.h> 39 40 extern bool vesa_init(void); 38 typedef uint8_t bool; 41 39 42 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.