URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [WizNET_DEMO_TERN_186/] [include/] [utils/] [system_common.h] - Rev 611
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _SYSTEM_COMMON_H_ #define _SYSTEM_COMMON_H_ typedef unsigned char UCHAR8; typedef unsigned int UINT16; #define RETURN_OK 0 // Non-zero return values are always // error values. #define RETURN_ILLEGAL 1 // Some sort of illegal argument. #define RETURN_MEM 2 // Out of memory space. #endif // _SYSTEM_COMMON_H_
Go to most recent revision | Compare with Previous | Blame | View Log