OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [tools/] [bmenu/] [system.h] - Rev 1765

Compare with Previous | Blame | View Log

/*
 *  COPYRIGHT (c) 1988-2002.
 *  On-Line Applications Research Corporation (OAR).
 *  All rights reserved.
 *
 *  system.h,v 1.5 2002/01/17 21:47:47 joel Exp
 */
 
#ifndef __SYSTEM_h
#define __SYSTEM_h
 
typedef unsigned int   unsigned32;
typedef unsigned short unsigned16;
typedef unsigned char  unsigned8;
 
#define USE_INLINES 
#define STATIC static
#define INLINE inline
 
#ifndef NULL
#define NULL 0
#endif
 
typedef unsigned int   boolean;
 
#if !defined( TRUE ) || (TRUE != 1)
#undef TRUE
#define TRUE     (1)
#endif
 
#if !defined( FALSE ) || (FALSE != 0)
#undef FALSE
#define FALSE 0
#endif
 
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.