Changes in kernel/arch/sparc64/include/drivers/tick.h [b4655da:d46f5cc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/drivers/tick.h
rb4655da rd46f5cc 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( int n, istate_t *istate);45 extern void tick_interrupt(unsigned int, istate_t *); 46 46 47 47 /**
Note:
See TracChangeset
for help on using the changeset viewer.