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_start.h] - Rev 606
Compare with Previous | Blame | View Log
#ifdef __GNUC__ /* Nothing to do here. */ ; #endif /* Used by SH2A port. */ #ifdef _SH #ifdef __RENESAS__ #pragma pack 1 #endif #endif #ifdef __RX #ifdef __RENESAS__ /* Nothing to do. */ #endif #endif #ifdef __ICCRX__ #pragma pack(1) #endif