1 | // SPDX-License-Identifier: GPL-3.0-or-later |
---|---|
2 | |
3 | #pragma once |
4 | |
5 | #include "mos/io/io.hpp" |
6 | |
7 | PtrResult<io_t> memfd_create(const char *name); |
8 |
1 | // SPDX-License-Identifier: GPL-3.0-or-later |
---|---|
2 | |
3 | #pragma once |
4 | |
5 | #include "mos/io/io.hpp" |
6 | |
7 | PtrResult<io_t> memfd_create(const char *name); |
8 |