11.1Sryo/* $NetBSD: psci_fdtvar.h,v 1.1 2018/09/10 11:05:12 ryo Exp $ */
21.1Sryo
31.1Sryo/*-
41.1Sryo * Copyright (c) 2017 Jared McNeill <jmcneill@invisible.ca>
51.1Sryo * All rights reserved.
61.1Sryo *
71.1Sryo * Redistribution and use in source and binary forms, with or without
81.1Sryo * modification, are permitted provided that the following conditions
91.1Sryo * are met:
101.1Sryo * 1. Redistributions of source code must retain the above copyright
111.1Sryo *    notice, this list of conditions and the following disclaimer.
121.1Sryo * 2. Redistributions in binary form must reproduce the above copyright
131.1Sryo *    notice, this list of conditions and the following disclaimer in the
141.1Sryo *    documentation and/or other materials provided with the distribution.
151.1Sryo *
161.1Sryo * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
171.1Sryo * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
181.1Sryo * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
191.1Sryo * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
201.1Sryo * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
211.1Sryo * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
221.1Sryo * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
231.1Sryo * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
241.1Sryo * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
251.1Sryo * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
261.1Sryo * SUCH DAMAGE.
271.1Sryo */
281.1Sryo
291.1Sryo#ifndef _ARM_PSCI_FDTVAR_H
301.1Sryo#define _ARM_PSCI_FDTVAR_H
311.1Sryo
321.1Sryoint	psci_fdt_preinit(void);
331.1Sryo
341.1Sryo/* Board reset */
351.1Sryovoid	psci_fdt_reset(void);
361.1Sryo
371.1Sryo#endif /* !_ARM_PSCI_FDTVAR_H */
38