blob: 9f049f79944b774762652dfcb22003c9ce63be7e [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2023, Linaro Limited
*/
#ifndef CLEAR_STORAGE_H
#define CLEAR_STORAGE_H
int clear_storage(void);
#endif /*CLEAR_STORAGE_H*/