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