Add a header declaration to allow drivers (such as watchdog) to access this exported API. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@xxxxxxxxxxxxxxxxxx> --- include/linux/time-orion.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/linux/time-orion.h diff --git a/include/linux/time-orion.h b/include/linux/time-orion.h new file mode 100644 index 0000000..c7e6458 --- /dev/null +++ b/include/linux/time-orion.h @@ -0,0 +1,7 @@ + +#ifndef __TIME_ORION_H +#define __TIME_ORION_H + +void orion_timer_ctrl_clrset(u32 clr, u32 set); + +#endif -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html