1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Copyright (c) 2023, Linaro Limited 4 */ 5 6 #ifndef CLEAR_STORAGE_H 7 #define CLEAR_STORAGE_H 8 9 int clear_storage(void); 10 11 #endif /*CLEAR_STORAGE_H*/ 12
1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Copyright (c) 2023, Linaro Limited 4 */ 5 6 #ifndef CLEAR_STORAGE_H 7 #define CLEAR_STORAGE_H 8 9 int clear_storage(void); 10 11 #endif /*CLEAR_STORAGE_H*/ 12