Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2213 → Rev 2214

/branches/arm/kernel/arch/arm32/include/interrupt.h
1,5 → 1,5
/*
* Copyright (c) 2005 Jakub Jermar
* Copyright (c) 2007 Michal Kebrt
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
39,6 → 39,8
#define IVT_ITEMS 0 /* TODO */
#define IVT_FIRST 0 /* TODO */
 
void interrupt_init(void);
 
#endif
 
/** @}