Home | History | Annotate | Line # | Download | only in include
      1 /* $NetBSD: ipmivar.h,v 1.12 2018/12/25 11:56:13 mlelstv Exp $ */
      2 
      3 #ifndef _X86_IPMIVAR_H_
      4 #include <dev/ipmivar.h>
      5 int ipmi_probe(struct ipmi_attach_args *);
      6 #endif	/* _X86_IPMIVAR_H */
      7 
      8