.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * include/linux/mmc/sd.h |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved. |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License as published by |
---|
8 | | - * the Free Software Foundation; either version 2 of the License, or (at |
---|
9 | | - * your option) any later version. |
---|
10 | 6 | */ |
---|
11 | 7 | |
---|
12 | 8 | #ifndef LINUX_MMC_SD_H |
---|
.. | .. |
---|
91 | 87 | #define SD_SWITCH_ACCESS_DEF 0 |
---|
92 | 88 | #define SD_SWITCH_ACCESS_HS 1 |
---|
93 | 89 | |
---|
| 90 | +/* |
---|
| 91 | + * Erase/discard |
---|
| 92 | + */ |
---|
| 93 | +#define SD_ERASE_ARG 0x00000000 |
---|
| 94 | +#define SD_DISCARD_ARG 0x00000001 |
---|
| 95 | + |
---|
94 | 96 | #endif /* LINUX_MMC_SD_H */ |
---|