io_common.h 300 Bytes
Newer Older
1
2
3
4
5
6
/*
 * Copyright (c) 2015-2017, Renesas Electronics Corporation. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
8
#ifndef IO_COMMON_H
#define IO_COMMON_H
9
10
11
12
13
14
15

typedef struct io_drv_spec {
	size_t offset;
	size_t length;
	uint32_t partition;
} io_drv_spec_t;

16
#endif /* IO_COMMON_H */