blob: 84499af8aa4ecc9f828da2ca9deb0a1f2402f28a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
/*
*
* Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu>
*
* Module name: walnut.h
*
* Description:
* Macros, definitions, and data structures specific to the IBM PowerPC
* 405GP "Walnut" evaluation board. Anything specific to the processor
* itself is defined elsewhere.
*
*/
#ifndef __WALNUT_H__
#define __WALNUT_H__
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif /* __WALNUT_H__ */
|