1/*
2 * Copyright 2019-2020, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef _BIOS_IA32_CPU_H
6#define _BIOS_IA32_CPU_H
7
8
9void cpu_init(void);
10
11
12#endif /* _BIOS_IA32_CPU_H */
13