Changeset afbe96a in mainline for libc/include/ipc/fb.h


Ignore:
Timestamp:
2006-07-04T17:18:24Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0166e99
Parents:
09087d2
Message:

Replace old u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/ipc/fb.h

    r09087d2 rafbe96a  
    2727 */
    2828
    29  /** @addtogroup libcipc
     29/** @addtogroup libcipc
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #include <arch/types.h>
    36 #include <types.h>
    37 
    38 #ifndef __libc__FB_H__
    39 #define __libc__FB_H__
     35#ifndef LIBC_FB_H_
     36#define LIBC_FB_H_
    4037
    4138#define FB_PUTCHAR           1025
     
    7572#endif
    7673
    77 
    78  /** @}
     74/** @}
    7975 */
    80  
    81  
Note: See TracChangeset for help on using the changeset viewer.