diff options
Diffstat (limited to '')
-rw-r--r-- | private/ntos/nthals/halnonme/drivesup.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/private/ntos/nthals/halnonme/drivesup.c b/private/ntos/nthals/halnonme/drivesup.c new file mode 100644 index 000000000..38259e5f4 --- /dev/null +++ b/private/ntos/nthals/halnonme/drivesup.c @@ -0,0 +1,7 @@ +// +// This file simply includes the common sources from the current HAL +// directory. When the structure is finally changed, the real file should +// be in this directory. +// + +#include "..\drivesup.c" |