| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * SharpSL NAND support |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2008 Dmitry Baryshkov |
|---|
| 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 version 2 as |
|---|
| 8 | | - * published by the Free Software Foundation. |
|---|
| 9 | 6 | */ |
|---|
| 7 | + |
|---|
| 8 | +#ifndef _MTD_SHARPSL_H |
|---|
| 9 | +#define _MTD_SHARPSL_H |
|---|
| 10 | 10 | |
|---|
| 11 | 11 | #include <linux/mtd/rawnand.h> |
|---|
| 12 | 12 | #include <linux/mtd/nand_ecc.h> |
|---|
| .. | .. |
|---|
| 19 | 19 | unsigned int nr_partitions; |
|---|
| 20 | 20 | const char *const *part_parsers; |
|---|
| 21 | 21 | }; |
|---|
| 22 | + |
|---|
| 23 | +#endif /* _MTD_SHARPSL_H */ |
|---|