blob: a0aba10044ceacd27e261fed71da1a25e8b9f5ab (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: isp_fw2200.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_2200.h>
#endif
|