URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [conts/] [test_suite0/] [include/] [macros.h] - Rev 5
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __TEST_MACROS_H__ #define __TEST_MACROS_H__ #define __INC_ARCH(x) <arch/__ARCH__/x> #define __INC_SUBARCH(x) <arch/__ARCH__/__SUBARCH__/x> #define __INC_PLAT(x) <platform/__PLATFORM__/x> #define __INC_GLUE(x) <glue/__ARCH__/x> #endif /* __TEST_MACROS_H__ */
Go to most recent revision | Compare with Previous | Blame | View Log