Project

General

Profile

Revision 323

more stuff

View differences:

interrupts_func.c
191 191
    (*ih[handler])();
192 192
}
193 193

  
194
void (timer_manager)() {
195

  
196
}
197

  
198
void (mouse_manager)() {
199

  
200
}
201

  
202
int get_interrupts_vector(uint32_t *p){
194
int get_interrupts_vector(uint64_t *p){
203 195
    int r;
204 196

  
205 197
    *p = 0;

Also available in: Unified diff