aboutsummaryrefslogtreecommitdiffstats
path: root/hw/tc6393xb.c
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-09 14:31:18 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-09 14:31:18 +0000
commit7880febd2c77ea65d9a7989e48760cb6d8a4ce6c (patch)
treee9d0526d768a100dd6cfb0d90b08022a60b115b4 /hw/tc6393xb.c
parentc3a928338e7878ddd9f5eeab17d05d52c92c9198 (diff)
Add proper file header.
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4713 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/tc6393xb.c')
-rw-r--r--hw/tc6393xb.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/hw/tc6393xb.c b/hw/tc6393xb.c
index 189369467..6db6dcb33 100644
--- a/hw/tc6393xb.c
+++ b/hw/tc6393xb.c
@@ -1,4 +1,12 @@
-/* vim:set shiftwidth=4 ts=4 et: */
+/*
+ * Toshiba TC6393XB I/O Controller.
+ * Found in Sharp Zaurus SL-6000 (tosa) or some
+ * Toshiba e-Series PDAs.
+ *
+ * Most features are currently unsupported!!!
+ *
+ * This code is licensed under the GNU GPL v2.
+ */
#include "hw.h"
#include "pxa.h"
#include "devices.h"