Private
Public Access
2
0

aio: add c++ header guards

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-06 15:50:13 +01:00
parent 89870e4e1b
commit d82cae1312

View File

@@ -29,6 +29,10 @@
*
*/
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <fcntl.h>
@@ -72,3 +76,7 @@ unsigned int maa_aio_read_u16(maa_aio_context* dev);
* @return maa_result_t - result type.
*/
maa_result_t maa_aio_close(maa_aio_context* dev);
#ifdef __cplusplus
}
#endif