URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [Common/] [ethernet/] [FreeTCPIP/] [net/] [pack_struct_end.h] - Rev 607
Go to most recent revision | Compare with Previous | Blame | View Log
#ifdef __GNUC__ __attribute__( (packed) ); #endif #ifdef _SH #ifdef __RENESAS__ ; #pragma unpack #endif #endif #ifdef __RX #ifdef __RENESAS__ ; /* Nothing to do. */ #endif #endif #ifdef __ICCRX__ ; #pragma pack() #endif
Go to most recent revision | Compare with Previous | Blame | View Log