summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntux_driver_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/ntux_driver_impl.h')
-rw-r--r--src/internal/ntux_driver_impl.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/internal/ntux_driver_impl.h b/src/internal/ntux_driver_impl.h
index 0ab0394..06a5c8f 100644
--- a/src/internal/ntux_driver_impl.h
+++ b/src/internal/ntux_driver_impl.h
@@ -1,8 +1,10 @@
#ifndef NTUX_DRIVER_IMPL_H
#define NTUX_DRIVER_IMPL_H
-#include <ntapi/ntapi.h>
+#include <psxabi/sys_abitypes.h>
+#include <psxabi/sys_fcntl.h>
#include <psxscl/psxscl.h>
+
#include <stdint.h>
#include <stdio.h>
@@ -16,9 +18,6 @@ extern const struct argv_option ntux_default_options[];
extern const struct argv_option ntux_spawn_options[];
extern const struct argv_option ntux_strace_options[];
extern const struct argv_option ntux_chmod_options[];
-extern const struct _ntapi_vtbl * ntux_ntapi;
-
-#define ntapi ntux_ntapi
enum app_tags {
TAG_HELP,