blob: 14d11071675f87a74036d46b1cb1b396be1dc4ff [file] [log] [blame]
Thomas Gleixner57844a82009-08-19 14:48:38 +02001#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 */
8struct x86_init_ops {
9};
10
11extern struct x86_init_ops x86_init;
12
13extern void x86_init_noop(void);
14
15#endif