summaryrefslogtreecommitdiff
path: root/src/device_allocation_fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/device_allocation_fwd.hpp')
-rw-r--r--src/device_allocation_fwd.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/device_allocation_fwd.hpp b/src/device_allocation_fwd.hpp
new file mode 100644
index 00000000..70e53fca
--- /dev/null
+++ b/src/device_allocation_fwd.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "h-basic.h"
+
+typedef struct device_allocation device_allocation;
+struct device_allocation;
+
+struct device_allocation *device_allocation_new(byte tval);