repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/atomic-helper: document drm_atomic_helper_check() restrictions
[drm/drm-misc.git]
/
tools
/
testing
/
memblock
/
tests
/
basic_api.h
blob
1873faa54754bf7348f18a5e35de10cee9bea98a
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
#ifndef _MEMBLOCK_BASIC_H
3
#define _MEMBLOCK_BASIC_H
4
5
#include
"common.h"
6
7
int
memblock_basic_checks
(
void
);
8
9
#endif