Rev 1909 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1909 | Rev 1910 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 43 | } fhc_t; |
43 | } fhc_t; |
| 44 | 44 | ||
| 45 | extern fhc_t *central_fhc; |
45 | extern fhc_t *central_fhc; |
| 46 | 46 | ||
| 47 | extern fhc_t *fhc_init(ofw_tree_node_t *node); |
47 | extern fhc_t *fhc_init(ofw_tree_node_t *node); |
| 48 | extern void fhc_enable_interrupt(fhc_t *fhc, int ino); |
48 | extern void fhc_enable_interrupt(fhc_t *fhc, int inr); |
| 49 | extern void fhc_clear_interrupt(fhc_t *fhc, int ino); |
49 | extern void fhc_clear_interrupt(fhc_t *fhc, int inr); |
| 50 | 50 | ||
| 51 | #endif |
51 | #endif |
| 52 | 52 | ||
| 53 | /** @} |
53 | /** @} |
| 54 | */ |
54 | */ |