12 lines
218 B
C
Executable File
12 lines
218 B
C
Executable File
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2021
|
|
* Wayne Lin (Wayne_lin@novatek.com.tw)
|
|
*/
|
|
#ifndef _PART_NVT_MMC_H
|
|
#define _PART_NVT_MMC_H
|
|
|
|
#define MAX_ENTRY_NUMBERS 20
|
|
|
|
#endif /* _PART_NVT_MMC_H */
|