Changeset b0f00a9 in mainline for abi/include/bool.h
- Timestamp:
- 2011-11-06T22:21:05Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 898e847
- Parents:
- 2bdf8313 (diff), 7b5f4c9 (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 kernel/test/fpu/fpu1_skip.c ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
abi/include/bool.h
r2bdf8313 rb0f00a9 1 1 /* 2 * Copyright (c) 20 09Martin Decky2 * Copyright (c) 2011 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #include <test.h> 29 /** @addtogroup generic 30 * @{ 31 */ 32 /** @file 33 */ 30 34 31 const char *test_fpu1(void) 32 { 33 return NULL; 34 } 35 #ifndef ABI_BOOL_H_ 36 #define ABI_BOOL_H_ 37 38 typedef uint8_t bool; 39 40 #endif 41 42 /** @} 43 */
Note:
See TracChangeset
for help on using the changeset viewer.
