Add ioctls for all rtc features that are currently supported in linux kernell.
Filip Bozuta (6): linux-user: Add support for enabling/disabling rtc features using ioctls linux-user: Add set and read for rtc time and alarm using ioctls linux-user: Add read and set for rtc periodic interrupt and epoch using ioctls linux-user: Add get and set for rtc wakeup alarm using ioctls linux-user: Add get and set for rtc pll correction using ioctls linux-user: Add rtc voltage low detector read and clear using ioctls linux-user/ioctls.h | 23 +++++++++++++++++++++++ linux-user/syscall.c | 1 + linux-user/syscall_defs.h | 36 ++++++++++++++++++++++++++++++++++++ linux-user/syscall_types.h | 25 +++++++++++++++++++++++++ 4 files changed, 85 insertions(+) -- 2.7.4