summaryrefslogtreecommitdiff
path: root/include/device/device_types.defs
diff options
context:
space:
mode:
Diffstat (limited to 'include/device/device_types.defs')
-rw-r--r--include/device/device_types.defs14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/device/device_types.defs b/include/device/device_types.defs
index c5d8e9d..79e4c5b 100644
--- a/include/device/device_types.defs
+++ b/include/device/device_types.defs
@@ -2,31 +2,31 @@
* Mach Operating System
* Copyright (c) 1991,1990,1989 Carnegie Mellon University
* All Rights Reserved.
- *
+ *
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* software, derivative works or modified versions, and any portions
* thereof, and that both notices appear in supporting documentation.
- *
+ *
* CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
* CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
* ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
- *
+ *
* Carnegie Mellon requests users of this software to return to
- *
+ *
* Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
* School of Computer Science
* Carnegie Mellon University
* Pittsburgh PA 15213-3890
- *
+ *
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*/
/*
* Author: David B. Golub, Carnegie Mellon University
* Date: 3/89
- *
+ *
* Common definitions for device interface types.
*/
@@ -61,4 +61,4 @@ type device_t = mach_port_t
import <device/device_types.h>;
import <device/net_status.h>;
-#endif _DEVICE_DEVICE_TYPES_DEFS_
+#endif /* _DEVICE_DEVICE_TYPES_DEFS_ */