root/src/system/boot/platform/efi/quirks.h
/*
 * Copyright 2019-2020, Haiku, Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *      Alexander von Gluck IV <kallisti5@unixzen.com>
 */
#ifndef _QUIRKS_H
#define _QUIRKS_H


#include <SupportDefs.h>


void quirks_init();


#endif /* _QUIRKS_H */