14 lines
234 B
C
14 lines
234 B
C
|
/*
|
||
|
* os_access.h
|
||
|
*
|
||
|
* It's probably a sign of a problem that this file is needed.
|
||
|
*
|
||
|
* Created on: Jul 3, 2019
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
||
|
*/
|
||
|
|
||
|
#ifndef OS_ACCESS_H_
|
||
|
#define OS_ACCESS_H_
|
||
|
|
||
|
#endif /* OS_ACCESS_H_ */
|