summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-10-08 17:03:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-08 17:03:43 +0200
commit178fa64df2a39cbf7eb64aacdd7571fcac5adda5 (patch)
tree8c572e27817cb031265b263fe9fc8d401c442049
parentc70907d9ed68790ef68f41a835b0df370581c7b1 (diff)
downloadptx-sisyphus-178fa64df2a39cbf7eb64aacdd7571fcac5adda5.tar.gz
ptx-sisyphus-178fa64df2a39cbf7eb64aacdd7571fcac5adda5.tar.xz
add include/ptx-sisyphus.h
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--include/.gitignore4
-rw-r--r--include/ptx-sisyphus.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/include/.gitignore b/include/.gitignore
new file mode 100644
index 0000000..585d990
--- /dev/null
+++ b/include/.gitignore
@@ -0,0 +1,4 @@
+ptx-sisyphus_config.h
+ptx-sisyphus_config.h.in
+stamp-h1
+
diff --git a/include/ptx-sisyphus.h b/include/ptx-sisyphus.h
new file mode 100644
index 0000000..6a7a95e
--- /dev/null
+++ b/include/ptx-sisyphus.h
@@ -0,0 +1,5 @@
+#ifndef PTX_SISYPHUS_H
+#define PTX_SISYPHUS_H
+
+
+#endif