mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
11 lines
270 B
C
11 lines
270 B
C
/*
|
|
* $FreeBSD$
|
|
* From: $NetBSD: common.h,v 1.2 1998/01/05 07:02:48 perry Exp $
|
|
*/
|
|
|
|
int prom_open __P((char*, int));
|
|
void OSFpal __P((void));
|
|
void halt __P((void));
|
|
u_int64_t prom_dispatch __P((int, ...));
|
|
int cpu_number __P((void));
|
|
void switch_palcode __P((void));
|