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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [include/] [mpw/] [sys/] [time.h] - Rev 1765

Compare with Previous | Blame | View Log

/* Imitation sys/time.h. */
 
#ifndef __SYS_TIME_H__
#define __SYS_TIME_H__
 
#include <time.h>
 
struct timeval {
  long tv_sec;
  long tv_usec;
};
 
#endif /* __SYS_TIME_H__ */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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