forked from MirrorRepos/RomWBW
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
640 B
25 lines
640 B
/* dphmap.h 9/4/2012 dwg - expand to include I through L */
|
|
/* dphmap.h 5/29/2012 dwg - declaration of DPH MAP structure */
|
|
|
|
struct DPHMAP {
|
|
struct DPH * drivea;
|
|
struct DPH * driveb;
|
|
struct DPH * drivec;
|
|
struct DPH * drived;
|
|
struct DPH * drivee;
|
|
struct DPH * drivef;
|
|
struct DPH * driveg;
|
|
struct DPH * driveh;
|
|
|
|
struct DPH * drivei;
|
|
struct DPH * drivej;
|
|
struct DPH * drivek;
|
|
struct DPH * drivel;
|
|
} * pDPHMAP;
|
|
|
|
struct DPHMAP * pDPHVEC[MAXDRIVE];
|
|
|
|
|
|
/******************/
|
|
/* eof - dphmap.h */
|
|
/******************/
|