repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
platform_data
/
x86
/
apple.h
blob
079e816c3c219eb19819fda04c729a91578a890e
1
#ifndef PLATFORM_DATA_X86_APPLE_H
2
#define PLATFORM_DATA_X86_APPLE_H
3
4
#ifdef CONFIG_X86
5
/**
6
* x86_apple_machine - whether the machine is an x86 Apple Macintosh
7
*/
8
extern
bool
x86_apple_machine
;
9
#else
10
#define x86_apple_machine false
11
#endif
12
13
#endif