sdhci.h (72fc7d7f7907cbae2d3265e117ce8a21f24adc81) | sdhci.h (a2ce7dbd917a18408cf4bfd132578b46c2752a72) |
---|---|
1/* 2 * libqos driver framework 3 * 4 * Copyright (c) 2018 Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com> 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License version 2.1 as published by the Free Software Foundation. --- 5 unchanged lines hidden (view full) --- 14 * 15 * You should have received a copy of the GNU Lesser General Public 16 * License along with this library; if not, see <http://www.gnu.org/licenses/> 17 */ 18 19#ifndef QGRAPH_QSDHCI_H 20#define QGRAPH_QSDHCI_H 21 | 1/* 2 * libqos driver framework 3 * 4 * Copyright (c) 2018 Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com> 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License version 2.1 as published by the Free Software Foundation. --- 5 unchanged lines hidden (view full) --- 14 * 15 * You should have received a copy of the GNU Lesser General Public 16 * License along with this library; if not, see <http://www.gnu.org/licenses/> 17 */ 18 19#ifndef QGRAPH_QSDHCI_H 20#define QGRAPH_QSDHCI_H 21 |
22#include "libqos/qgraph.h" | 22#include "qgraph.h" |
23#include "pci.h" 24 25typedef struct QSDHCI QSDHCI; 26typedef struct QSDHCI_MemoryMapped QSDHCI_MemoryMapped; 27typedef struct QSDHCI_PCI QSDHCI_PCI; 28typedef struct QSDHCIProperties QSDHCIProperties; 29 30/* Properties common to all QSDHCI devices */ --- 40 unchanged lines hidden --- | 23#include "pci.h" 24 25typedef struct QSDHCI QSDHCI; 26typedef struct QSDHCI_MemoryMapped QSDHCI_MemoryMapped; 27typedef struct QSDHCI_PCI QSDHCI_PCI; 28typedef struct QSDHCIProperties QSDHCIProperties; 29 30/* Properties common to all QSDHCI devices */ --- 40 unchanged lines hidden --- |