blob: 1ceecfca1f47c5f57085a5759249aa7b3577040a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef _MEMBLOCK_BASIC_H
#define _MEMBLOCK_BASIC_H
#include <assert.h>
#include "common.h"
int memblock_basic_checks(void);
#endif
|