1277042Sloos/*-
2277042Sloos * Copyright 2015 Luiz Otavio O Souza <loos@freebsd.org>
3277042Sloos * All rights reserved.
4277042Sloos *
5277042Sloos * Redistribution and use in source and binary forms, with or without
6277042Sloos * modification, are permitted provided that the following conditions
7277042Sloos * are met:
8277042Sloos * 1. Redistributions of source code must retain the above copyright
9277042Sloos *    notice, this list of conditions and the following disclaimer.
10277042Sloos * 2. Redistributions in binary form must reproduce the above copyright
11277042Sloos *    notice, this list of conditions and the following disclaimer in the
12277042Sloos *    documentation and/or other materials provided with the distribution.
13277042Sloos *
14277042Sloos * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15277042Sloos * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16277042Sloos * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17277042Sloos * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18277042Sloos * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19277042Sloos * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20277042Sloos * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21277042Sloos * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22277042Sloos * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23277042Sloos * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24277042Sloos * SUCH DAMAGE.
25277042Sloos *
26277042Sloos * $FreeBSD: releng/11.0/sys/arm/ti/am335x/am335x_rtcvar.h 277042 2015-01-12 03:23:16Z loos $
27277042Sloos */
28277042Sloos
29277042Sloos#ifndef _AM335X_RTCVAR_H_
30277042Sloos#define _AM335X_RTCVAR_H_
31277042Sloos
32277042Sloosvoid am335x_rtc_pmic_pwr_toggle(void);
33277042Sloos
34277042Sloos#endif /* _AM335X_RTCVAR_H_ */
35