mirror of
https://github.com/drasko/codezero.git
synced 2026-02-16 11:53:15 +01:00
Remove all references to ARM registers in system call arguments.
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
#ifndef __GENERIC_TIMER_H__
|
||||
#define __GENERIC_TIMER_H__
|
||||
|
||||
/* Used by posix systems */
|
||||
struct timeval {
|
||||
int tv_sec;
|
||||
int tv_usec;
|
||||
};
|
||||
|
||||
extern volatile u32 jiffies;
|
||||
|
||||
int do_timer_irq(void);
|
||||
|
||||
Reference in New Issue
Block a user