root/src/system/boot/platform/bios_ia32/cpu.h
/*
 * Copyright 2019-2020, Haiku, Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef _BIOS_IA32_CPU_H
#define _BIOS_IA32_CPU_H


void cpu_init(void);


#endif /* _BIOS_IA32_CPU_H */