From d327f7cee35512db29493225fe08dceaeaa13103 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 5 Apr 2011 18:03:15 +0200 Subject: [PATCH] added further dummy files --- mod/README | 1 + src/mmap_v4l.c | 8 ++++++++ src/mmap_v4l.h | 8 ++++++++ src/rs232.c | 8 ++++++++ src/rs232.h | 8 ++++++++ 5 files changed, 33 insertions(+) create mode 100644 mod/README create mode 100644 src/mmap_v4l.c create mode 100644 src/mmap_v4l.h create mode 100644 src/rs232.c create mode 100644 src/rs232.h diff --git a/mod/README b/mod/README new file mode 100644 index 00000000..680394fe --- /dev/null +++ b/mod/README @@ -0,0 +1 @@ +Kernel modules for network communication diff --git a/src/mmap_v4l.c b/src/mmap_v4l.c new file mode 100644 index 00000000..5d0118c8 --- /dev/null +++ b/src/mmap_v4l.c @@ -0,0 +1,8 @@ +/* + * nao-ulib + * Copyright 2011 Daniel Borkmann + * Subject to the GPL. + * Nao-Team HTWK, + * Faculty of Computer Science, Mathematics and Natural Sciences, + * Leipzig University of Applied Sciences (HTWK Leipzig) + */ diff --git a/src/mmap_v4l.h b/src/mmap_v4l.h new file mode 100644 index 00000000..5d0118c8 --- /dev/null +++ b/src/mmap_v4l.h @@ -0,0 +1,8 @@ +/* + * nao-ulib + * Copyright 2011 Daniel Borkmann + * Subject to the GPL. + * Nao-Team HTWK, + * Faculty of Computer Science, Mathematics and Natural Sciences, + * Leipzig University of Applied Sciences (HTWK Leipzig) + */ diff --git a/src/rs232.c b/src/rs232.c new file mode 100644 index 00000000..5d0118c8 --- /dev/null +++ b/src/rs232.c @@ -0,0 +1,8 @@ +/* + * nao-ulib + * Copyright 2011 Daniel Borkmann + * Subject to the GPL. + * Nao-Team HTWK, + * Faculty of Computer Science, Mathematics and Natural Sciences, + * Leipzig University of Applied Sciences (HTWK Leipzig) + */ diff --git a/src/rs232.h b/src/rs232.h new file mode 100644 index 00000000..5d0118c8 --- /dev/null +++ b/src/rs232.h @@ -0,0 +1,8 @@ +/* + * nao-ulib + * Copyright 2011 Daniel Borkmann + * Subject to the GPL. + * Nao-Team HTWK, + * Faculty of Computer Science, Mathematics and Natural Sciences, + * Leipzig University of Applied Sciences (HTWK Leipzig) + */ -- 2.11.4.GIT