aboutsummaryrefslogtreecommitdiff
path: root/include/sqfs/predef.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sqfs/predef.h')
-rw-r--r--include/sqfs/predef.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sqfs/predef.h b/include/sqfs/predef.h
index e98ae34..7aac1a8 100644
--- a/include/sqfs/predef.h
+++ b/include/sqfs/predef.h
@@ -20,6 +20,13 @@
#ifndef SQFS_PREDEF_H
#define SQFS_PREDEF_H
+/**
+ * @file predef.h
+ *
+ * @brief Includes forward declarations of data structures,
+ * macros and integer types.
+ */
+
#include <sys/types.h>
#include <stdbool.h>
#include <stddef.h>