blob: bf4eca15c2cbeeaa08adae9cee7d7dda35d78d6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: files.cortex,v 1.1 2013/05/01 00:16:26 patrick Exp $
# ARM core
device cortex {}
attach cortex at mainbus
file arch/arm/cortex/cortex.c cortex
device ampintc
attach ampintc at cortex
file arch/arm/cortex/ampintc.c ampintc
device amptimer
attach amptimer at cortex
file arch/arm/cortex/amptimer.c amptimer
|