Deleted Added
full compact
platform.h (256281) platform.h (262675)
1/*-
2 * Copyright (C) 1996 Wolfgang Solfrank.
3 * Copyright (C) 1996 TooLs GmbH.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

24 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
26 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
27 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
28 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
29 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $NetBSD: powerpc.h,v 1.3 2000/06/01 00:49:59 matt Exp $
1/*-
2 * Copyright (C) 1996 Wolfgang Solfrank.
3 * Copyright (C) 1996 TooLs GmbH.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

24 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
25 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
26 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
27 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
28 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
29 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $NetBSD: powerpc.h,v 1.3 2000/06/01 00:49:59 matt Exp $
32 * $FreeBSD: stable/10/sys/powerpc/include/platform.h 255417 2013-09-09 12:49:19Z nwhitehorn $
32 * $FreeBSD: stable/10/sys/powerpc/include/platform.h 262675 2014-03-02 02:35:46Z jhibbits $
33 */
34
35#ifndef _MACHINE_PLATFORM_H_
36#define _MACHINE_PLATFORM_H_
37
38#include <machine/smp.h>
39#include <machine/pcpu.h>
40

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

51int platform_smp_first_cpu(struct cpuref *);
52int platform_smp_next_cpu(struct cpuref *);
53int platform_smp_get_bsp(struct cpuref *);
54int platform_smp_start_cpu(struct pcpu *);
55void platform_smp_ap_init(void);
56
57const char *installed_platform(void);
58void platform_probe_and_attach(void);
33 */
34
35#ifndef _MACHINE_PLATFORM_H_
36#define _MACHINE_PLATFORM_H_
37
38#include <machine/smp.h>
39#include <machine/pcpu.h>
40

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

51int platform_smp_first_cpu(struct cpuref *);
52int platform_smp_next_cpu(struct cpuref *);
53int platform_smp_get_bsp(struct cpuref *);
54int platform_smp_start_cpu(struct pcpu *);
55void platform_smp_ap_init(void);
56
57const char *installed_platform(void);
58void platform_probe_and_attach(void);
59
60void platform_sleep(void);
59
60#endif /* _MACHINE_PLATFORM_H_ */
61
62#endif /* _MACHINE_PLATFORM_H_ */