Commit 7880febd2c77ea65d9a7989e48760cb6d8a4ce6c
1 parent
c3a92833
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
Showing
1 changed file
with
9 additions
and
1 deletions
hw/tc6393xb.c
1 | -/* vim:set shiftwidth=4 ts=4 et: */ | |
1 | +/* | |
2 | + * Toshiba TC6393XB I/O Controller. | |
3 | + * Found in Sharp Zaurus SL-6000 (tosa) or some | |
4 | + * Toshiba e-Series PDAs. | |
5 | + * | |
6 | + * Most features are currently unsupported!!! | |
7 | + * | |
8 | + * This code is licensed under the GNU GPL v2. | |
9 | + */ | |
2 | 10 | #include "hw.h" |
3 | 11 | #include "pxa.h" |
4 | 12 | #include "devices.h" | ... | ... |