ofw_machdep.h (b98807d45ec58d8ffac9a410360a777597e9ef04) ofw_machdep.h (c0763d3763440334608368b40e63bb1074a0bde5)
1/*-
2 * Copyright (c) 2001 by Thomas Moestl <tmm@FreeBSD.org>.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 */
27
28#ifndef _MACHINE_OFW_MACHDEP_H_
29#define _MACHINE_OFW_MACHDEP_H_
30
31#include <sys/bus.h>
32
33void OF_getetheraddr(device_t dev, u_char *addr);
1/*-
2 * Copyright (c) 2001 by Thomas Moestl <tmm@FreeBSD.org>.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 */
27
28#ifndef _MACHINE_OFW_MACHDEP_H_
29#define _MACHINE_OFW_MACHDEP_H_
30
31#include <sys/bus.h>
32
33void OF_getetheraddr(device_t dev, u_char *addr);
34int mem_valid(vm_offset_t addr, int len);
34
35#endif /* _MACHINE_OFW_MACHDEP_H_ */
35
36#endif /* _MACHINE_OFW_MACHDEP_H_ */