summaryrefslogtreecommitdiff
path: root/sys/arch/beagle/dev/omapvar.h
diff options
context:
space:
mode:
authorrapha <rapha@cvs.openbsd.org>2013-05-22 17:44:48 +0000
committerrapha <rapha@cvs.openbsd.org>2013-05-22 17:44:48 +0000
commit729a995971b16881ce84094346831442fe210c83 (patch)
tree88bcafdde3d99c7df1ae67b58a882e2dc8dd2bf4 /sys/arch/beagle/dev/omapvar.h
parent265121a863420852aecc24ece7bffc34dc7abe63 (diff)
Add am335x as an omap device.
ok patrick@
Diffstat (limited to 'sys/arch/beagle/dev/omapvar.h')
-rw-r--r--sys/arch/beagle/dev/omapvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/beagle/dev/omapvar.h b/sys/arch/beagle/dev/omapvar.h
index 0375c4833fb..bfebf786b0b 100644
--- a/sys/arch/beagle/dev/omapvar.h
+++ b/sys/arch/beagle/dev/omapvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: omapvar.h,v 1.2 2013/05/14 11:05:57 rapha Exp $ */
+/* $OpenBSD: omapvar.h,v 1.3 2013/05/22 17:44:47 rapha Exp $ */
/*
* Copyright (c) 2005,2008 Dale Rahn <drahn@drahn.com>
*
@@ -44,6 +44,7 @@ struct omap_dev *omap_find_dev(const char *, int);
void omap3_init(void);
void omap4_init(void);
+void am335x_init(void);
/* XXX */
void *avic_intr_establish(int irqno, int level, int (*func)(void *),