Deleted Added
full compact
machdep.h (266194) machdep.h (266207)
1/* $NetBSD: machdep.h,v 1.7 2002/02/21 02:52:21 thorpej Exp $ */
1/* $NetBSD: machdep.h,v 1.7 2002/02/21 02:52:21 thorpej Exp $ */
2/* $FreeBSD: stable/10/sys/arm/include/machdep.h 266194 2014-05-15 20:58:23Z ian $ */
2/* $FreeBSD: stable/10/sys/arm/include/machdep.h 266207 2014-05-16 02:21:51Z ian $ */
3
4#ifndef _MACHDEP_BOOT_MACHDEP_H_
5#define _MACHDEP_BOOT_MACHDEP_H_
6
7/* Structs that need to be initialised by initarm */
8struct pv_addr;
9extern struct pv_addr irqstack;
10extern struct pv_addr undstack;

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

27
28/* Early boot related helper functions */
29struct arm_boot_params;
30vm_offset_t default_parse_boot_param(struct arm_boot_params *abp);
31vm_offset_t freebsd_parse_boot_param(struct arm_boot_params *abp);
32vm_offset_t linux_parse_boot_param(struct arm_boot_params *abp);
33vm_offset_t fake_preload_metadata(struct arm_boot_params *abp);
34vm_offset_t parse_boot_param(struct arm_boot_params *abp);
3
4#ifndef _MACHDEP_BOOT_MACHDEP_H_
5#define _MACHDEP_BOOT_MACHDEP_H_
6
7/* Structs that need to be initialised by initarm */
8struct pv_addr;
9extern struct pv_addr irqstack;
10extern struct pv_addr undstack;

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

27
28/* Early boot related helper functions */
29struct arm_boot_params;
30vm_offset_t default_parse_boot_param(struct arm_boot_params *abp);
31vm_offset_t freebsd_parse_boot_param(struct arm_boot_params *abp);
32vm_offset_t linux_parse_boot_param(struct arm_boot_params *abp);
33vm_offset_t fake_preload_metadata(struct arm_boot_params *abp);
34vm_offset_t parse_boot_param(struct arm_boot_params *abp);
35void arm_generic_initclocks(void);
35
36/*
37 * Initialization functions called by the common initarm() function in
38 * arm/machdep.c (but not necessarily from the custom initarm() functions of
39 * older code).
40 *
41 * - initarm_early_init() is called very early, after parsing the boot params
42 * and after physical memory has been located and sized.

--- 32 unchanged lines hidden ---
36
37/*
38 * Initialization functions called by the common initarm() function in
39 * arm/machdep.c (but not necessarily from the custom initarm() functions of
40 * older code).
41 *
42 * - initarm_early_init() is called very early, after parsing the boot params
43 * and after physical memory has been located and sized.

--- 32 unchanged lines hidden ---