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

Subversion Repositories or1k

[/] [or1k/] [tags/] [MW_0_8_9PRE7/] [mw/] [src/] [contrib/] [ntimers.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 673 markom
#ifndef __NTIMER_H__
2
#define __NTIMER_H__
3
 
4
struct GsTimer {
5
    struct GsTimer* next;
6
    long due;
7
    void* some_func;
8
    void* some_args;
9
};
10
 
11
struct GsTimerHolder {
12
    struct GsTimer* head;
13
    struct GsTimer* tail;
14
    int numof;
15
};
16
 
17
 
18
 
19
#endif

powered by: WebSVN 2.1.0

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