summaryrefslogtreecommitdiffstats
path: root/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/proc.h')
-rw-r--r--sys/proc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/proc.h b/sys/proc.h
new file mode 100644
index 0000000..8b8b7dc
--- /dev/null
+++ b/sys/proc.h
@@ -0,0 +1,6 @@
+/*
+ * Dummy structure
+ */
+struct proc {
+ int this_should_never_be_referenced;
+};