]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/linux/bcma/bcma_soc.h
vmbus: eliminate duplicate cached index
[mirror_ubuntu-artful-kernel.git] / include / linux / bcma / bcma_soc.h
CommitLineData
ecd177c2
HM
1#ifndef LINUX_BCMA_SOC_H_
2#define LINUX_BCMA_SOC_H_
3
4#include <linux/bcma/bcma.h>
5
6struct bcma_soc {
7 struct bcma_bus bus;
ecd177c2
HM
8};
9
10int __init bcma_host_soc_register(struct bcma_soc *soc);
a395135d 11int __init bcma_host_soc_init(struct bcma_soc *soc);
ecd177c2
HM
12
13int bcma_bus_register(struct bcma_bus *bus);
14
15#endif /* LINUX_BCMA_SOC_H_ */