Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pcie.h « brcmfmac « brcm80211 « broadcom « wireless « net « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e6c227e8315c8372720ae5df9c7dca121ca1ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: ISC
/*
 * Copyright (c) 2014 Broadcom Corporation
 */
#ifndef BRCMFMAC_PCIE_H
#define BRCMFMAC_PCIE_H


struct brcmf_pciedev {
	struct brcmf_bus *bus;
	struct brcmf_pciedev_info *devinfo;
};

#endif /* BRCMFMAC_PCIE_H */