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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [include/] [mpw/] [sys/] [time.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 106 markom
/* Imitation sys/time.h. */
2
 
3
#ifndef __SYS_TIME_H__
4
#define __SYS_TIME_H__
5
 
6
#include <time.h>
7
 
8
struct timeval {
9
  long tv_sec;
10
  long tv_usec;
11
};
12
 
13
#endif /* __SYS_TIME_H__ */

powered by: WebSVN 2.1.0

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