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