Skip to content
  • Peter Maydell's avatar
    2f93d8b0
    rtc: Move RTC function prototypes to their own header · 2f93d8b0
    Peter Maydell authored
    
    
    softmmu/rtc.c defines two public functions: qemu_get_timedate() and
    qemu_timedate_diff().  Currently we keep the prototypes for these in
    qemu-common.h, but most files don't need them.  Move them to their
    own header, a new include/sysemu/rtc.h.
    
    Since the C files using these two functions did not need to include
    qemu-common.h for any other reason, we can remove those include lines
    when we add the include of the new rtc.h.
    
    The license for the .h file follows that of the softmmu/rtc.c
    where both the functions are defined.
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
    2f93d8b0
    rtc: Move RTC function prototypes to their own header
    Peter Maydell authored
    
    
    softmmu/rtc.c defines two public functions: qemu_get_timedate() and
    qemu_timedate_diff().  Currently we keep the prototypes for these in
    qemu-common.h, but most files don't need them.  Move them to their
    own header, a new include/sysemu/rtc.h.
    
    Since the C files using these two functions did not need to include
    qemu-common.h for any other reason, we can remove those include lines
    when we add the include of the new rtc.h.
    
    The license for the .h file follows that of the softmmu/rtc.c
    where both the functions are defined.
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Loading