sti_sgcvar.h revision 1.2
11.2Stsutsui/* $NetBSD: sti_sgcvar.h,v 1.2 2025/05/01 06:11:21 tsutsui Exp $ */ 21.1Stsutsui/*- 31.1Stsutsui * Copyright (c) 2014 Izumi Tsutsui. All rights reserved. 41.1Stsutsui * 51.1Stsutsui * Redistribution and use in source and binary forms, with or without 61.1Stsutsui * modification, are permitted provided that the following conditions 71.1Stsutsui * are met: 81.1Stsutsui * 1. Redistributions of source code must retain the above copyright 91.1Stsutsui * notice, this list of conditions and the following disclaimer. 101.1Stsutsui * 2. Redistributions in binary form must reproduce the above copyright 111.1Stsutsui * notice, this list of conditions and the following disclaimer in the 121.1Stsutsui * documentation and/or other materials provided with the distribution. 131.1Stsutsui * 141.1Stsutsui * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 151.1Stsutsui * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 161.1Stsutsui * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 171.1Stsutsui * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 181.1Stsutsui * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 191.1Stsutsui * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 201.1Stsutsui * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 211.1Stsutsui * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 221.1Stsutsui * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 231.1Stsutsui * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 241.1Stsutsui */ 251.1Stsutsui 261.2Stsutsuiint sti_sgc_cnprobe(bus_space_tag_t, int); 271.2Stsutsuivoid sti_sgc_cnattach(bus_space_tag_t, int); 28