URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [utils/] [amd-udi/] [udi/] [udiphcfg.h] - Rev 1778
Go to most recent revision | Compare with Previous | Blame | View Log
/* This file just picks the correct udiphxxx.h depending on the host */ /* The two hosts that are now defined are SUN and MSDOS */ #ifdef __hpux #include "udiphsun.h" #endif #ifdef sun #include "udiphsun.h" #else #ifdef MSDOS #include "udiphdos.h" #endif #endif
Go to most recent revision | Compare with Previous | Blame | View Log