/* * Copyright 2019-2020, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Alexander von Gluck IV */ #ifndef _QUIRKS_H #define _QUIRKS_H #include void quirks_init(); #endif /* _QUIRKS_H */