summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/machdep.h
blob: 4d201cc8c2a465ad8519a282acc2419f6559e182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $NetBSD: machdep.h,v 1.7 2002/02/21 02:52:21 thorpej Exp $ */
/* $FreeBSD$ */

#ifndef _MACHDEP_BOOT_MACHDEP_H_
#define _MACHDEP_BOOT_MACHDEP_H_

/* misc prototypes used by the many arm machdeps */
void halt (void);
void data_abort_handler (trapframe_t *);
void prefetch_abort_handler (trapframe_t *);
void undefinedinstruction_bounce (trapframe_t *);

#endif /* !_MACHINE_MACHDEP_H_ */
OpenPOWER on IntegriCloud