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


void cpu_init(void);


#endif /* _EFI_CPU_H */