Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/drivers/tick.h

    rd46f5cc rb4655da  
    2727 */
    2828
    29 /** @addtogroup sparc64
     29/** @addtogroup sparc64 
    3030 * @{
    3131 */
     
    4040
    4141/* mask of the "counter" field of the Tick register */
    42 #define TICK_COUNTER_MASK  (~(1l << 63))
     42#define TICK_COUNTER_MASK       (~(1l << 63))
    4343
    4444extern void tick_init(void);
    45 extern void tick_interrupt(unsigned int, istate_t *);
     45extern void tick_interrupt(int n, istate_t *istate);
    4646
    4747/**
Note: See TracChangeset for help on using the changeset viewer.