aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/memblock/tests/alloc_helpers_api.h
blob: c9e4827b1623a542eae3eb0deaef100f492cee01 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef _MEMBLOCK_ALLOC_HELPERS_H
#define _MEMBLOCK_ALLOC_HELPERS_H

#include "common.h"

int memblock_alloc_helpers_checks(void);

#endif