Changeset 0ffa3ef5 in mainline for arch/sparc64/include/console.h
- Timestamp:
- 2006-07-10T20:57:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11675207
- Parents:
- 7f1c620
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/console.h
r7f1c620 r0ffa3ef5 27 27 */ 28 28 29 29 /** @addtogroup sparc64 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __sparc64_CONSOLE_H__36 #define __sparc64_CONSOLE_H__35 #ifndef KERN_sparc64_CONSOLE_H_ 36 #define KERN_sparc64_CONSOLE_H_ 37 37 38 extern void kofwinput(void *arg);39 38 extern void kkbdpoll(void *arg); 40 39 extern void ofw_sparc64_console_init(void); … … 43 42 #endif 44 43 45 44 /** @} 46 45 */ 47
Note:
See TracChangeset
for help on using the changeset viewer.