abs_addr.h 537 字节
Newer Older
1 2
#ifndef _ASM_POWERPC_ABS_ADDR_H
#define _ASM_POWERPC_ABS_ADDR_H
3
#ifdef __KERNEL__
L
Linus Torvalds 已提交
4 5 6 7 8 9 10 11 12 13 14


/*
 * c 2001 PPC 64 Team, IBM Corp
 *
 * 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 the Free Software Foundation; either version
 * 2 of the License, or (at your option) any later version.
 */

Y
Yinghai Lu 已提交
15
#include <linux/memblock.h>
16

L
Linus Torvalds 已提交
17 18 19
#include <asm/types.h>
#include <asm/page.h>
#include <asm/prom.h>
20

21
#endif /* __KERNEL__ */
22
#endif /* _ASM_POWERPC_ABS_ADDR_H */