blob: 31301f26da34af162dd77e1eaf2dc69e08eeaa4e (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: isp_fw2300.c,v 1.1 2014/02/10 22:41:27 jmatthew Exp $ */
/* public domain */
#include <sys/types.h>
#ifndef ISP_NOFIRMWARE
#include <dev/microcode/isp/asm_2300.h>
#endif
|