1#ifndef DS1375_I2C_RTC_H
2#define DS1375_I2C_RTC_H
53#include <libchip/rtc.h>
71 #define DS1375_RTC_TBL_ENTRY(dev_name, ds1375_rtc_ctx) \
72 I2C_RTC_TBL_ENTRY(dev_name, ds1375_rtc_ctx)
74#define DS1375_RTC_INITIALIZER(i2c_path, i2c_address) \
75 I2C_RTC_INITIALIZER( \
79 I2C_RTC_ORDER_sec_min_hour_wkday_day_month_year, \
This file provides the interfaces of Shared_tod_i2c_rtc.
This header file defines the RTEMS Classic API.