x86: Add x86_init infrastructure
[firefly-linux-kernel-4.4.55.git] / arch / x86 / include / asm / x86_init.h
1 #ifndef _ASM_X86_PLATFORM_H
2 #define _ASM_X86_PLATFORM_H
3
4 /**
5  * struct x86_init_ops - functions for platform specific setup
6  *
7  */
8 struct x86_init_ops {
9 };
10
11 extern struct x86_init_ops x86_init;
12
13 extern void x86_init_noop(void);
14
15 #endif