1246660Sgonzo/*-
2246660Sgonzo * Copyright (c) 2013 Oleksandr Tymoshenko <gonzo@freebsd.org>
3246660Sgonzo * All rights reserved.
4246660Sgonzo *
5246660Sgonzo * Redistribution and use in source and binary forms, with or without
6246660Sgonzo * modification, are permitted provided that the following conditions
7246660Sgonzo * are met:
8246660Sgonzo * 1. Redistributions of source code must retain the above copyright
9246660Sgonzo *    notice, this list of conditions and the following disclaimer.
10246660Sgonzo * 2. Redistributions in binary form must reproduce the above copyright
11246660Sgonzo *    notice, this list of conditions and the following disclaimer in the
12246660Sgonzo *    documentation and/or other materials provided with the distribution.
13246660Sgonzo *
14246660Sgonzo * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15246660Sgonzo * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16246660Sgonzo * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17246660Sgonzo * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18246660Sgonzo * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19246660Sgonzo * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20246660Sgonzo * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21246660Sgonzo * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22246660Sgonzo * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23246660Sgonzo * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24246660Sgonzo * SUCH DAMAGE.
25246660Sgonzo *
26246660Sgonzo * $FreeBSD: releng/11.0/sys/arm/allwinner/aw_wdog.h 296041 2016-02-25 16:50:36Z andrew $
27246660Sgonzo *
28246660Sgonzo */
29296041Sandrew#ifndef __AW_WDOG_H__
30296041Sandrew#define	__AW_WDOG_H__
31246660Sgonzo
32296041Sandrewvoid aw_wdog_watchdog_reset(void);
33246660Sgonzo
34296041Sandrew#endif /*__AW_WDOG_H__*/
35246660Sgonzo
36