mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-18 02:01:14 +01:00
sandbox: add ifdef protection to os.h
Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
3bdf56b786
commit
4f345d5673
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,9 @@
|
|||
* This provides access to useful OS routines from the sandbox architecture
|
||||
*/
|
||||
|
||||
#ifndef __OS_H__
|
||||
#define __OS_H__
|
||||
|
||||
/**
|
||||
* Access to the OS read() system call
|
||||
*
|
||||
|
|
@ -98,3 +101,5 @@ void os_usleep(unsigned long usec);
|
|||
* \return A monotonic increasing time scaled in nano seconds
|
||||
*/
|
||||
u64 os_get_nsec(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue