summaryrefslogtreecommitdiffhomepage
path: root/video-ps3eye/wrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'video-ps3eye/wrapper.cxx')
-rw-r--r--video-ps3eye/wrapper.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/video-ps3eye/wrapper.cxx b/video-ps3eye/wrapper.cxx
new file mode 100644
index 00000000..add62992
--- /dev/null
+++ b/video-ps3eye/wrapper.cxx
@@ -0,0 +1,7 @@
+#include "shm-layout.hpp"
+
+int main(int argc, char** argv)
+{
+ (void)argc; (void)argv;
+ return 0;
+}