Changeset b0f00a9 in mainline for abi/include/bool.h


Ignore:
Timestamp:
2011-11-06T22:21:05Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
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.
Message:

Merge mainline changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • abi/include/bool.h

    r2bdf8313 rb0f00a9  
    11/*
    2  * Copyright (c) 2009 Martin Decky
     2 * Copyright (c) 2011 Martin Decky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 #include <test.h>
     29/** @addtogroup generic
     30 * @{
     31 */
     32/** @file
     33 */
    3034
    31 const char *test_fpu1(void)
    32 {
    33         return NULL;
    34 }
     35#ifndef ABI_BOOL_H_
     36#define ABI_BOOL_H_
     37
     38typedef uint8_t bool;
     39
     40#endif
     41
     42/** @}
     43 */
Note: See TracChangeset for help on using the changeset viewer.