Home | History | Annotate | Line # | Download | only in dev
      1 /*	$NetBSD: sti_pci_var.h,v 1.2 2025/10/20 09:50:10 macallan Exp $	*/
      2 
      3 /*
      4  * Copyright (c) 2006, 2007 Miodrag Vallat
      5  *                     2025 Michael Lorenz
      6  *
      7  * Permission to use, copy, modify, and distribute this software for any
      8  * purpose with or without fee is hereby granted, provided that the above
      9  * copyright notice, this permission notice, and the disclaimer below
     10  * appear in all copies.
     11  *
     12  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
     13  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
     14  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
     15  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
     16  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
     17  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
     18  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
     19  */
     20 
     21 #ifndef STI_PCI_VAR_H
     22 #define STI_PCI_VAR_H
     23 
     24 int	sti_pci_is_console(struct pci_attach_args *, bus_addr_t *);
     25 int	sti_pci_check_rom(struct sti_softc *, struct pci_attach_args *,
     26 			  bus_space_handle_t *);
     27 
     28 #endif
     29