OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc2/] [newlib/] [libc/] [sys/] [sparc64/] [sys/] [time.h] - Blame information for rev 207

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
#ifndef _SYS_TIME_H
2
#define _SYS_TIME_H
3
 
4
#ifdef __cplusplus
5
extern "C" {
6
#endif
7
 
8
struct timeval {
9
  long tv_sec;
10
  long tv_usec;
11
};
12
 
13
typedef struct timestruc {
14
  time_t tv_sec;
15
  long tv_nsec;
16
} timestruc_t;
17
 
18
#ifdef __cplusplus
19
}
20
#endif
21
 
22
#endif /* _SYS_TIME_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.