Subversion Repositories HelenOS

Rev

Rev 2131 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2131 Rev 2214
Line 1... Line 1...
1
/*
1
/*
2
 * Copyright (c) 2005 Jakub Jermar
2
 * Copyright (c) 2007 Michal Kebrt
3
 * All rights reserved.
3
 * All rights reserved.
4
 *
4
 *
5
 * Redistribution and use in source and binary forms, with or without
5
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions
6
 * modification, are permitted provided that the following conditions
7
 * are met:
7
 * are met:
Line 37... Line 37...
37
#define KERN_arm32_INTERRUPT_H_
37
#define KERN_arm32_INTERRUPT_H_
38
 
38
 
39
#define IVT_ITEMS   0   /* TODO */
39
#define IVT_ITEMS   0   /* TODO */
40
#define IVT_FIRST   0   /* TODO */
40
#define IVT_FIRST   0   /* TODO */
41
 
41
 
-
 
42
void interrupt_init(void);
-
 
43
 
42
#endif
44
#endif
43
 
45
 
44
/** @}
46
/** @}
45
 */
47
 */