OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [gdb-5.0/] [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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.