macio.h (498495dba268b20e8eadd7fe93c140c68b6cc9d2) macio.h (81d7cac4d11cc65f29be68c72759429d5194347a)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __MACIO_ASIC_H__
3#define __MACIO_ASIC_H__
4#ifdef __KERNEL__
5
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __MACIO_ASIC_H__
3#define __MACIO_ASIC_H__
4#ifdef __KERNEL__
5
6#include <linux/of_device.h>
6#include <linux/of.h>
7#include <linux/platform_device.h>
7
8extern struct bus_type macio_bus_type;
9
10/* MacIO device driver is defined later */
11struct macio_driver;
12struct macio_chip;
13
14#define MACIO_DEV_COUNT_RESOURCES 8

--- 131 unchanged lines hidden ---
8
9extern struct bus_type macio_bus_type;
10
11/* MacIO device driver is defined later */
12struct macio_driver;
13struct macio_chip;
14
15#define MACIO_DEV_COUNT_RESOURCES 8

--- 131 unchanged lines hidden ---