diff options
Diffstat (limited to 'dev/zwm')
| -rw-r--r-- | dev/zwm/src/zwm_main.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev/zwm/src/zwm_main.cxx b/dev/zwm/src/zwm_main.cxx index f5f4024e..7fbd9ccb 100644 --- a/dev/zwm/src/zwm_main.cxx +++ b/dev/zwm/src/zwm_main.cxx @@ -2,13 +2,12 @@ Copyright ZKA Technologies. - FILE: IFSMain.cxx - PURPOSE: HPFS IFS entrypoint. + FILE: main.cxx + PURPOSE: ZWM entrypoint. ------------------------------------------- */ #include <ddk/KernelStd.h> -#include <cstdint> static uint32_t cGPUIndexHW = 0U; static struct DDK_OBJECT_MANIFEST* cGPUObject = nullptr; |
