Changes in kernel/arch/sparc64/include/drivers/tick.h [d46f5cc:b4655da] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/drivers/tick.h
rd46f5cc rb4655da 27 27 */ 28 28 29 /** @addtogroup sparc64 29 /** @addtogroup sparc64 30 30 * @{ 31 31 */ … … 40 40 41 41 /* mask of the "counter" field of the Tick register */ 42 #define TICK_COUNTER_MASK 42 #define TICK_COUNTER_MASK (~(1l << 63)) 43 43 44 44 extern void tick_init(void); 45 extern void tick_interrupt( unsigned int, istate_t *);45 extern void tick_interrupt(int n, istate_t *istate); 46 46 47 47 /**
Note:
See TracChangeset
for help on using the changeset viewer.