backend.h (035ad76b8b45a01cc7fcc184e7e72eed69c0ece5) backend.h (68a24c9ea5ce11c87fab22a3f4648c7d88c98fee)
1/* SPDX-License-Identifier: Apache-2.0 */
2/* Copyright (C) 2018 IBM Corp. */
3#pragma once
4
5#include <limits.h>
1/* SPDX-License-Identifier: Apache-2.0 */
2/* Copyright (C) 2018 IBM Corp. */
3#pragma once
4
5#include <limits.h>
6#include <string.h>
6
7struct mbox_context;
8struct vpnor_partition_table;
9
10struct vpnor_partition_paths
11{
12 char ro_loc[PATH_MAX];
13 char rw_loc[PATH_MAX];

--- 31 unchanged lines hidden ---
7
8struct mbox_context;
9struct vpnor_partition_table;
10
11struct vpnor_partition_paths
12{
13 char ro_loc[PATH_MAX];
14 char rw_loc[PATH_MAX];

--- 31 unchanged lines hidden ---