machdep.h (750d951f5aff7fbad1aff6229e8cba24d15c7406) | machdep.h (5641eda2f3f9658de93ad3eefd27880778d49d65) |
---|---|
1/*- 2 * Copyright (c) 2013 Andrew Turner <andrew@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 --- 33 unchanged lines hidden (view full) --- 42 ARM64_BUS_FDT, 43 ARM64_BUS_ACPI, 44}; 45 46extern enum arm64_bus arm64_bus_method; 47 48void dbg_init(void); 49void initarm(struct arm64_bootparams *); | 1/*- 2 * Copyright (c) 2013 Andrew Turner <andrew@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 --- 33 unchanged lines hidden (view full) --- 42 ARM64_BUS_FDT, 43 ARM64_BUS_ACPI, 44}; 45 46extern enum arm64_bus arm64_bus_method; 47 48void dbg_init(void); 49void initarm(struct arm64_bootparams *); |
50vm_offset_t parse_boot_param(struct arm64_bootparams *abp); 51#ifdef FDT 52void parse_fdt_bootargs(void); 53#endif |
|
50extern void (*pagezero)(void *); 51 52#endif /* _MACHINE_MACHDEP_H_ */ | 54extern void (*pagezero)(void *); 55 56#endif /* _MACHINE_MACHDEP_H_ */ |