blob: 17b00a54c79c7eff09f1bcffc3ded07250c2347e [file] [log] [blame]
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief RTC cases header file
*
* Header file for RTC cases
*/
#ifndef __TEST_RTC_H__
#define __TEST_RTC_H__
#include <drivers/rtc.h>
#include <zephyr.h>
#include <ztest.h>
#define RTC_DEVICE_NAME CONFIG_RTC_0_NAME
void test_rtc_calendar(void);
void test_rtc_alarm(void);
#endif /* __TEST_RTC_H__ */