-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbus.h
More file actions
22 lines (19 loc) · 665 Bytes
/
bus.h
File metadata and controls
22 lines (19 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/***************************************************************************
*
* Copyright (c) 1997, 1998 Timpanogas Research Group, Inc. All Rights
* Reserved.
*
* AUTHOR : Jeff V. Merkey
* FILE : TYPES.H
* DESCRIP : BUS specific defines for MANOS v1.0
* DATE : January 11, 1998
*
*
***************************************************************************/
#include "types.h"
#define ISA 0x01
#define MCA 0x02
#define PS2 0x04
#define EISA 0x08
#define PCI 0x10
#define PCMCIA 0x20