Changeset 8ff0bd2 in mainline for abi/include/bool.h


Ignore:
Timestamp:
2011-09-04T11:30:58Z (15 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
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.
Message:

Merge mainline changes

File:
1 moved

Legend:

Unmodified
Added
Removed
  • abi/include/bool.h

    rd2c67e7 r8ff0bd2  
    11/*
    2  * Copyright (c) 2008 Pavel Rimsky
     2 * Copyright (c) 2011 Martin Decky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @defgroup sgcnfb SGCN
    30  * @brief       userland driver of the Serengeti console output
     29/** @addtogroup generic
    3130 * @{
    3231 */
    33  
    3432/** @file
    3533 */
    3634
    37 #ifndef FB_SGCN_H_
    38 #define FB_SGCN_H_
     35#ifndef ABI_BOOL_H_
     36#define ABI_BOOL_H_
    3937
    40 int sgcn_init(void);
     38typedef uint8_t bool;
    4139
    4240#endif
    4341
    44 /**
    45  * @}
     42/** @}
    4643 */
Note: See TracChangeset for help on using the changeset viewer.