Loading...
Searching...
No Matches
mtd_native.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 OTA keys S.A.
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
14
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24#include "mtd.h"
25
31
36
37#ifdef __cplusplus
38}
39#endif
40
const mtd_desc_t native_flash_driver
Native mtd flash driver.
struct mtd_native_dev mtd_native_dev_t
mtd native descriptor
struct mtd_desc mtd_desc_t
MTD driver interface.
Definition mtd.h:103
MTD device descriptor.
Definition mtd.h:111
mtd native descriptor
Definition mtd_native.h:27
mtd_dev_t base
mtd generic device
Definition mtd_native.h:28
const char * fname
filename to use for memory emulation
Definition mtd_native.h:29