/* * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * * http://chibios-gfx.com/license.html */ /** * @file include/gos/posix.h * @brief GOS - Operating System Support header file for POSIX. */ #ifndef _GOS_POSIX_H #define _GOS_POSIX_H #if GFX_USE_OS_POSIX #endif /* GFX_USE_OS_POSIX */ #endif /* _GOS_POSIX_H */