Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
be0647d556985ae58a42e7fc3751a293c418c41e
/
.
/
arch
/
x86
/
include
/
asm
/
apic_flat_64.h
blob: a2d31279644080907dbe2703ce8090907c1d6313 [
file
] [
log
] [
blame
]
Daniel J Blueman
9a0ebfb
2011-12-05 16:20:36 +0800
[
diff
] [
blame
]
1
#ifndef
_ASM_X86_APIC_FLAT_64_H
2
#define
_ASM_X86_APIC_FLAT_64_H
3
4
extern
void
flat_init_apic_ldr
(
void
);
5
6
#endif
7