Add accessor function to the uclock of an IOMux

This commit is contained in:
Nils O. Selåsdal
2013-12-24 06:21:13 +01:00
parent 423c21bee2
commit 293ce4460f
2 changed files with 10 additions and 1 deletions
+5 -1
View File
@@ -110,7 +110,11 @@ int iomux_unregister_fd(struct IOMux *mux, struct IOMuxFD *fd);
*/
int iomux_update_events(struct IOMux *mux, struct IOMuxFD *fd);
/** Retreive the UCoreClock associated with the IOMux.
* Either a suitable internal clock is provided, or the
* same clock as created by iomux_create_ex.
*/
struct UCoreClock *iomux_get_clock(struct IOMux *mux);
/**
* Convenience macro for setting the new event
*/