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

#include "common.h"

int memblock_alloc_exact_nid_checks(void);

#endif