1 /* 2 * Copyright 2019-2020, Haiku, Inc. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 * 5 * Authors: 6 * Alexander von Gluck IV <kallisti5@unixzen.com> 7 */ 8 #ifndef _QUIRKS_H 9 #define _QUIRKS_H 10 11 12 #include <SupportDefs.h> 13 14 15 void quirks_init(); 16 17 18 #endif /* _QUIRKS_H */ 19