Changeset e1a27be in mainline for abi/include/klog.h


Ignore:
Timestamp:
2012-12-29T10:48:35Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
17cc8f4f
Parents:
8f88beb (diff), c928bb7 (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/klog.h

    r8f88beb re1a27be  
    11/*
    2  * Copyright (c) 2006 Martin Decky
     2 * Copyright (c) 2012 Jakub Jermar
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup generic
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef LIBC_BOOL_H_
    36 #define LIBC_BOOL_H_
     35#ifndef ABI_KLOG_H_
     36#define ABI_KLOG_H_
    3737
    38 #include <libarch/types.h>
    39 #include <abi/bool.h>
    40 
    41 #define false  0
    42 #define true   1
     38enum {
     39        KLOG_UNKNOW,
     40        KLOG_WRITE,
     41        KLOG_UPDATE,
     42        KLOG_COMMAND
     43};
    4344
    4445#endif
Note: See TracChangeset for help on using the changeset viewer.