MOS Source Code
Loading...
Searching...
No Matches
memfd.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-3.0-or-later
2
3#pragma once
4
5#include "mos/io/io.h"
6
7io_t *memfd_create(const char *name);
io_t * memfd_create(const char *name)
Definition memfd.c:42
const char * name
Definition slab.c:31
Definition io.h:46