]> Git Repo - qemu.git/blob - hw/sd/sdmmc-internal.h
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180222' into...
[qemu.git] / hw / sd / sdmmc-internal.h
1 /*
2  * SD/MMC cards common
3  *
4  * Copyright (c) 2018  Philippe Mathieu-Daudé <[email protected]>
5  *
6  * This work is licensed under the terms of the GNU GPL, version 2 or later.
7  * See the COPYING file in the top-level directory.
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10 #ifndef SD_INTERNAL_H
11 #define SD_INTERNAL_H
12
13 #define SDMMC_CMD_MAX 64
14
15 #endif
This page took 0.024849 seconds and 4 git commands to generate.