blob: 5111e8717be321e395ea8ebf76c8ff32f02ed9cf [file] [log] [blame]
Benjamin Herrenschmidtc6dbaef2006-11-11 17:18:39 +11001/*
2 * Arch specific extensions to struct device
3 *
4 * This file is released under the GPLv2
5 */
David S. Millera2fb23a2007-02-28 23:35:04 -08006#ifndef _ASM_SPARC64_DEVICE_H
7#define _ASM_SPARC64_DEVICE_H
Benjamin Herrenschmidtc6dbaef2006-11-11 17:18:39 +11008
David S. Millera2fb23a2007-02-28 23:35:04 -08009struct device_node;
10struct of_device;
11
12struct dev_archdata {
13 void *iommu;
14 void *stc;
15 void *host_controller;
16
17 struct device_node *prom_node;
18 struct of_device *op;
David S. Millera2fb23a2007-02-28 23:35:04 -080019};
20
21#endif /* _ASM_SPARC64_DEVICE_H */