diff options
Diffstat (limited to '')
-rw-r--r-- | private/ntos/nthals/halxlt/alpha/pciesc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/private/ntos/nthals/halxlt/alpha/pciesc.c b/private/ntos/nthals/halxlt/alpha/pciesc.c new file mode 100644 index 000000000..49142ea83 --- /dev/null +++ b/private/ntos/nthals/halxlt/alpha/pciesc.c @@ -0,0 +1,7 @@ +// +// This file simply includes the source file from the common Alpha +// HAL directory. +// + +#include "..\halalpha\pciesc.c" + |