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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [generic/] [time.h] - Blame information for rev 7

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

Line No. Rev Author Line
1 2 drasko
/*
2
 * System time keeping definitions
3
 *
4
 * Copyright (C) 2007 Bahadir Balban
5
 */
6
 
7
#ifndef __GENERIC_TIME_H__
8
#define __GENERIC_TIME_H__
9
 
10
/* Used by posix systems */
11
struct timeval {
12
        int tv_sec;
13
        int tv_usec;
14
};
15
 
16
extern volatile u32 jiffies;
17
 
18
int do_timer_irq(void);
19
int secondary_timer_irq(void);
20
 
21
#endif /* __GENERIC_TIME_H__ */

powered by: WebSVN 2.1.0

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