summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/icu.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-12-17 21:51:44 +0000
committerkmacy <kmacy@FreeBSD.org>2006-12-17 21:51:44 +0000
commit80aca2a305937cc8484c5f2c277469b551d2c811 (patch)
tree9153939328ac099f315afbd71b9ff2798483e70e /sys/amd64/isa/icu.h
parent143ffef93b2edda78f172030c2c513326d91f57d (diff)
downloadFreeBSD-src-80aca2a305937cc8484c5f2c277469b551d2c811.zip
FreeBSD-src-80aca2a305937cc8484c5f2c277469b551d2c811.tar.gz
Evidently neither GENERIC nor kan's config had isa in it :-0. As
Doug Barton says, "embrace the LINT".
Diffstat (limited to 'sys/amd64/isa/icu.h')
-rw-r--r--sys/amd64/isa/icu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/isa/icu.h b/sys/amd64/isa/icu.h
index ce01253..c484ecc 100644
--- a/sys/amd64/isa/icu.h
+++ b/sys/amd64/isa/icu.h
@@ -43,7 +43,7 @@
#define ICU_IMR_OFFSET 1
-void atpic_handle_intr(u_int vector, struct trapframe frame);
+void atpic_handle_intr(u_int vector, struct trapframe *frame);
void atpic_startup(void);
#endif /* !_AMD64_ISA_ICU_H_ */
OpenPOWER on IntegriCloud