Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1283 → Rev 1288

/kernel/trunk/arch/ppc32/include/interrupt.h
29,6 → 29,8
#ifndef __ppc32_INTERRUPT_H__
#define __ppc32_INTERRUPT_H__
 
#include <arch/exception.h>
 
#define IRQ_COUNT 1
#define IVT_ITEMS 15
#define INT_OFFSET 0
/kernel/trunk/arch/ppc32/include/exception.h
76,4 → 76,9
__u32 sp;
};
 
static inline void istate_set_retaddr(istate_t *istate, __address retaddr)
{
/* TODO */
}
 
#endif