diff options
| author | Karolina Drobnik <karolinadrobnik@gmail.com> | 2022-02-02 12:03:09 +0100 |
|---|---|---|
| committer | Mike Rapoport <rppt@linux.ibm.com> | 2022-02-20 08:44:37 +0200 |
| commit | 16802e55dea9534c18a30bd8eeefea8a06337916 (patch) | |
| tree | 3baa119284c22435f524bf65c86e0ef00968dae0 /tools/testing/memblock/asm | |
| parent | 62183279ad2f52d36b40365eb3a27c7a4a2284f8 (diff) | |
| download | linux-16802e55dea9534c18a30bd8eeefea8a06337916.tar.gz linux-16802e55dea9534c18a30bd8eeefea8a06337916.tar.bz2 linux-16802e55dea9534c18a30bd8eeefea8a06337916.zip | |
memblock tests: Add skeleton of the memblock simulator
Add basic project files, together with local stubs of required headers.
Update tools/include/slab.h to include definitions used by memblock.
Signed-off-by: Karolina Drobnik <karolinadrobnik@gmail.com>
Signed-off-by: Mike Rapoport <rppt@kernel.org>
Link: https://lore.kernel.org/r/d296fceb023a04b316a31fbff9acf1e76ac684e4.1643796665.git.karolinadrobnik@gmail.com
Diffstat (limited to 'tools/testing/memblock/asm')
| -rw-r--r-- | tools/testing/memblock/asm/dma.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/memblock/asm/dma.h b/tools/testing/memblock/asm/dma.h new file mode 100644 index 000000000000..13ff8e5d22ef --- /dev/null +++ b/tools/testing/memblock/asm/dma.h @@ -0,0 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef _TOOLS_DMA_H +#define _TOOLS_DMA_H + +#endif |
