1 /*
2 *
3 * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu>
4 *
5 * Module name: walnut.h
6 *
7 * Description:
8 * Macros, definitions, and data structures specific to the IBM PowerPC
9 * 405GP "Walnut" evaluation board. Anything specific to the processor
10 * itself is defined elsewhere.
11 *
12 */
13
14 #ifdef __KERNEL__
15 #ifndef __WALNUT_H__
16 #define __WALNUT_H__
17
18
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22
23
24
25 #ifdef __cplusplus
26 }
27 #endif
28
29 #endif /* __WALNUT_H__ */
30 #endif /* __KERNEL__ */
31
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.