summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/ttype.h
diff options
context:
space:
mode:
authorForest Bond <forest@alittletooquiet.net>2009-06-13 11:38:40 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:32 (GMT)
commit66252c3a27d2392e0901e220157510450bd6c2a1 (patch)
tree7953a1332e6b7e41e253afe0c7ef249e02764d76 /drivers/staging/vt6656/ttype.h
parent92b96797118e5836294a6d42a5a8e10b86f50e3f (diff)
downloadlinux-fsl-qoriq-66252c3a27d2392e0901e220157510450bd6c2a1.tar.xz
Staging: vt6656: Add includes to drivers/staging/vt6656.
Add includes to drivers/staging/vt6656. These came from the includes directory in the upstream source archive. Trailing whitespace was stripped. This is GPL-licensed code. Signed-off-by: Forest Bond <forest@alittletooquiet.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/ttype.h')
-rw-r--r--drivers/staging/vt6656/ttype.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/drivers/staging/vt6656/ttype.h b/drivers/staging/vt6656/ttype.h
index c91a273..1e72f11 100644
--- a/drivers/staging/vt6656/ttype.h
+++ b/drivers/staging/vt6656/ttype.h
@@ -1,5 +1,6 @@
/*
- * File: ttype.h
+ * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
+ * All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -15,6 +16,8 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
+ * File: ttype.h
+ *
* Purpose: define basic common types and macros
*
* Author: Tevin Chen
@@ -50,18 +53,20 @@
#define OUT
#endif
-//2007-0115-04<Add>by MikeLiu
+//2007-0115-05<Add>by MikeLiu
#ifndef TxInSleep
#define TxInSleep
#endif
+//DavidWang
+
//2007-0814-01<Add>by MikeLiu
#ifndef Safe_Close
#define Safe_Close
#endif
-//2008-0131-01<Add>by MikeLiu
+//2008-0131-02<Add>by MikeLiu
#ifndef Adhoc_STA
#define Adhoc_STA
#endif