1*b4ea3c5aSjmcneill /* $Id: imx23_rtcvar.h,v 1.1 2015/01/10 12:16:28 jmcneill Exp $ */ 2*b4ea3c5aSjmcneill 3*b4ea3c5aSjmcneill /* 4*b4ea3c5aSjmcneill * Copyright (c) 2014 The NetBSD Foundation, Inc. 5*b4ea3c5aSjmcneill * All rights reserved. 6*b4ea3c5aSjmcneill * 7*b4ea3c5aSjmcneill * This code is derived from software contributed to The NetBSD Foundation 8*b4ea3c5aSjmcneill * by Petri Laakso. 9*b4ea3c5aSjmcneill * 10*b4ea3c5aSjmcneill * Redistribution and use in source and binary forms, with or without 11*b4ea3c5aSjmcneill * modification, are permitted provided that the following conditions 12*b4ea3c5aSjmcneill * are met: 13*b4ea3c5aSjmcneill * 1. Redistributions of source code must retain the above copyright 14*b4ea3c5aSjmcneill * notice, this list of conditions and the following disclaimer. 15*b4ea3c5aSjmcneill * 2. Redistributions in binary form must reproduce the above copyright 16*b4ea3c5aSjmcneill * notice, this list of conditions and the following disclaimer in the 17*b4ea3c5aSjmcneill * documentation and/or other materials provided with the distribution. 18*b4ea3c5aSjmcneill * 19*b4ea3c5aSjmcneill * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 20*b4ea3c5aSjmcneill * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 21*b4ea3c5aSjmcneill * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 22*b4ea3c5aSjmcneill * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 23*b4ea3c5aSjmcneill * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 24*b4ea3c5aSjmcneill * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 25*b4ea3c5aSjmcneill * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 26*b4ea3c5aSjmcneill * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 27*b4ea3c5aSjmcneill * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 28*b4ea3c5aSjmcneill * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29*b4ea3c5aSjmcneill * POSSIBILITY OF SUCH DAMAGE. 30*b4ea3c5aSjmcneill */ 31*b4ea3c5aSjmcneill 32*b4ea3c5aSjmcneill #ifndef _ARM_IMX_IMX23_RTCVAR_H_ 33*b4ea3c5aSjmcneill #define _ARM_IMX_IMX23_RTCVAR_H_ 34*b4ea3c5aSjmcneill 35*b4ea3c5aSjmcneill void rtc_release_gnd(int); 36*b4ea3c5aSjmcneill 37*b4ea3c5aSjmcneill #endif /* !_ARM_IMX_IMX23_RTCVAR_H_ */ 38