summaryrefslogtreecommitdiffstats
path: root/src/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libbb.h')
-rw-r--r--src/libbb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libbb.h b/src/libbb.h
new file mode 100644
index 0000000..9f9d32d
--- /dev/null
+++ b/src/libbb.h
@@ -0,0 +1,6 @@
+#ifndef __LIBBB_H
+#define __LIBBB_H
+
+#include <dt/common.h>
+
+#endif