2013-05-24 15:26:52 +00:00
|
|
|
/*
|
2013-06-15 11:09:02 +00:00
|
|
|
* 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
|
|
|
|
*/
|
2013-05-24 15:26:52 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @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 */
|