Project

General

Profile

Revision 340

more changes in ent.h, ent.c

View differences:

interrupts_func.h
2 2
#define INTERRUPTS_FUNC_H_INCLUDED
3 3

  
4 4
/**
5
 * @defgroup interrupts_func interrupts_func
6
 * @brief Interrupts functions.
7
 *
8
 * @{
9
 */
10

  
11
/**
5 12
 * @brief Subscribes all drivers used (timer->keyboard->mouse)
6 13
 * @return ERROR_CODE code representing the result of the operation, SUCCESS code is returned if everything is OK
7 14
 * @see {_ERRORS_H_::errors}
......
23 30

  
24 31
int get_interrupts_vector(uint64_t *p);
25 32

  
33
/**
34
 * @}
35
 */
36

  
26 37
#endif /* end of include guard: INTERRUPTS_FUNC_H_INCLUDED */

Also available in: Unified diff