summaryrefslogtreecommitdiff
path: root/cesar/hal/hle/forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/hle/forward.h')
-rw-r--r--cesar/hal/hle/forward.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/cesar/hal/hle/forward.h b/cesar/hal/hle/forward.h
new file mode 100644
index 0000000000..93aac0bf24
--- /dev/null
+++ b/cesar/hal/hle/forward.h
@@ -0,0 +1,19 @@
+#ifndef hal_hle_forward_h
+#define hal_hle_forward_h
+/* Cesar project {{{
+ *
+ * Copyright (C) 2007 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file hal/hle/forward.h
+ * \brief HAL HLE ipmbox context forward declaration.
+ * \ingroup hal_hle
+ */
+
+/* Forward declaration. */
+typedef struct ipmbox_t ipmbox_t;
+
+#endif /* hal_hle_forward_h */