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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [gdb-5.0/] [utils/] [amd-udi/] [udi/] [udiphcfg.h] - Blame information for rev 1778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 106 markom
/* This file just picks the correct udiphxxx.h depending on the host */
2
/* The two hosts that are now defined are SUN and MSDOS */
3
 
4
#ifdef __hpux
5
#include "udiphsun.h"
6
#endif
7
 
8
#ifdef sun
9
#include "udiphsun.h"
10
#else
11
 
12
#ifdef MSDOS
13
#include "udiphdos.h"
14
#endif
15
#endif
16
 

powered by: WebSVN 2.1.0

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