summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/machdep.h
blob: 65d53cb38d56d1f1b1173204145aab3b2c3bdf8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _PPC_MACHDEP_H
#define _PPC_MACHDEP_H

#include <linux/config.h>

#ifdef CONFIG_APUS
#include <asm-m68k/machdep.h>
#endif

#endif /* _PPC_MACHDEP_H */