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

Subversion Repositories or1k

[/] [or1k/] [tags/] [MW_0_8_9PRE7/] [mw/] [src/] [contrib/] [ntimers.h] - Rev 673

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

#ifndef __NTIMER_H__
#define __NTIMER_H__
 
struct GsTimer {
    struct GsTimer* next;
    long due;
    void* some_func;
    void* some_args;
};
 
struct GsTimerHolder {
    struct GsTimer* head;
    struct GsTimer* tail;
    int numof;
};
 
 
 
#endif
 

Go to most recent revision | 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.