diff options
Diffstat (limited to 'tools/iso/kernel.soso/null.h')
-rw-r--r-- | tools/iso/kernel.soso/null.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/iso/kernel.soso/null.h b/tools/iso/kernel.soso/null.h new file mode 100644 index 00000000..fffb0aab --- /dev/null +++ b/tools/iso/kernel.soso/null.h @@ -0,0 +1,6 @@ +#ifndef NULL_H +#define NULL_H + +void initializeNull(); + +#endif // NULL_H |