Subversion Repositories HelenOS

Rev

Rev 2927 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2927 Rev 3674
Line 42... Line 42...
42
    volatile uint32_t *uart_imap;
42
    volatile uint32_t *uart_imap;
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 *);
48
extern void fhc_enable_interrupt(fhc_t *fhc, int inr);
48
extern void fhc_enable_interrupt(fhc_t *, int);
49
extern void fhc_clear_interrupt(fhc_t *fhc, int inr);
49
extern void fhc_clear_interrupt(void *, int);
50
 
50
 
51
#endif
51
#endif
52
 
52
 
53
/** @}
53
/** @}
54
 */
54
 */