summaryrefslogtreecommitdiffstats
path: root/test/system.h
blob: a72fc3c7fdcb70a84a68522663be25bfa6b768a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright (C) 2018 IBM Corp. */

#ifndef TEST_SYSTEM_H
#define TEST_SYSTEM_H

#include <stdint.h>

void system_set_reserved_size(uint32_t size);
void system_set_mtd_sizes(uint32_t size, uint32_t erasesize);

#endif /* TEST_SYSTEM_H */
OpenPOWER on IntegriCloud