Deleted Added
full compact
machdep.h (129198) machdep.h (142570)
1/* $NetBSD: machdep.h,v 1.7 2002/02/21 02:52:21 thorpej Exp $ */
1/* $NetBSD: machdep.h,v 1.7 2002/02/21 02:52:21 thorpej Exp $ */
2/* $FreeBSD: head/sys/arm/include/machdep.h 129198 2004-05-14 11:46:45Z cognet $ */
2/* $FreeBSD: head/sys/arm/include/machdep.h 142570 2005-02-26 18:59:01Z cognet $ */
3
4#ifndef _MACHDEP_BOOT_MACHDEP_H_
5#define _MACHDEP_BOOT_MACHDEP_H_
6
7/* misc prototypes used by the many arm machdeps */
8void halt (void);
9void data_abort_handler (trapframe_t *);
10void prefetch_abort_handler (trapframe_t *);
11void undefinedinstruction_bounce (trapframe_t *);
12
3
4#ifndef _MACHDEP_BOOT_MACHDEP_H_
5#define _MACHDEP_BOOT_MACHDEP_H_
6
7/* misc prototypes used by the many arm machdeps */
8void halt (void);
9void data_abort_handler (trapframe_t *);
10void prefetch_abort_handler (trapframe_t *);
11void undefinedinstruction_bounce (trapframe_t *);
12
13void arm_lock_cache_line(vm_offset_t);
14
13#endif /* !_MACHINE_MACHDEP_H_ */
15#endif /* !_MACHINE_MACHDEP_H_ */