diff options
author | Marvin Borner | 2023-01-28 22:29:48 +0100 |
---|---|---|
committer | Marvin Borner | 2023-01-28 22:29:48 +0100 |
commit | de450bfb4354f716fb43fae69d90ed513068d10b (patch) | |
tree | b474219ae3baaeb8a075e6fbb5c57c3857faa588 /inc/linux.h | |
parent | 75bb42663294b388377178b7257c6f8c0f787032 (diff) |
Rewrite, bootstrap
Rewriting without KVM, huge goals, won't finish, just for fun.
Diffstat (limited to 'inc/linux.h')
-rw-r--r-- | inc/linux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/linux.h b/inc/linux.h new file mode 100644 index 0000000..2d45f64 --- /dev/null +++ b/inc/linux.h @@ -0,0 +1,6 @@ +#ifndef LINUX_H +#define LINUX_H + +int linux_call(void); + +#endif |