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