mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Missed the sun4v update to ofw_machdep.h in the OFW modularization commit.
This commit is contained in:
parent
9d34a1338c
commit
254aa062ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186355
@ -29,10 +29,15 @@
|
||||
#define _MACHINE_OFW_MACHDEP_H_
|
||||
|
||||
#include <sys/bus.h>
|
||||
#include <machine/bus.h>
|
||||
#include <dev/ofw/openfirm.h>
|
||||
|
||||
typedef uint64_t cell_t;
|
||||
|
||||
int OF_decode_addr(phandle_t, int, int *, bus_addr_t *);
|
||||
void OF_getetheraddr(device_t, u_char *);
|
||||
void cpu_shutdown(void *);
|
||||
void openfirmware_exit(void *);
|
||||
int ofw_entry(void *);
|
||||
void ofw_exit(void *);
|
||||
|
||||
#endif /* _MACHINE_OFW_MACHDEP_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user