Revision 145
transfering files
utils.h | ||
---|---|---|
26 | 26 |
int (util_sys_inb)(int port, uint8_t *value); |
27 | 27 |
|
28 | 28 |
/** |
29 |
* @brief Unsubcribes Interrupts |
|
30 |
* @param interrupt_id Interrupt ID, value via arguments on subscription of the interrupt_id |
|
31 |
* @see subscribe_kbc_interrupt, subscribe_timer_interrupt |
|
32 |
* @return ERROR_CODE code representing the result of the operation, SUCCESS code is returned if everything is OK |
|
33 |
*/ |
|
34 |
int (unsubscribe_interrupt)(int *interrupt_id); |
|
35 |
|
|
36 |
/** |
|
29 | 37 |
* @brief Gets the minimum value out of two values. |
30 | 38 |
* @param a First value |
31 | 39 |
* @param b Second value |
Also available in: Unified diff