pmac.h (87a0b2fafc09766d8c55461a18345a1cfb10a7fe) pmac.h (e6d03ac156db84422519aa8628efc210d24bf889)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __PMAC_H__
3#define __PMAC_H__
4
5#include <linux/pci.h>
6#include <linux/irq.h>
7
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __PMAC_H__
3#define __PMAC_H__
4
5#include <linux/pci.h>
6#include <linux/irq.h>
7
8#include <asm/pmac_feature.h>
9
8/*
9 * Declaration for the various functions exported by the
10 * pmac_* files. Mostly for use by pmac_setup
11 */
12
13struct rtc_time;
14
15extern int pmac_newworld;

--- 28 unchanged lines hidden ---
10/*
11 * Declaration for the various functions exported by the
12 * pmac_* files. Mostly for use by pmac_setup
13 */
14
15struct rtc_time;
16
17extern int pmac_newworld;

--- 28 unchanged lines hidden ---