1#pragma once
2#include <stdint.h>
3#include <test/export.h>
4
5TEST_IMPORT(uint32_t, ext2_to_vfs_flags, uint32_t ext2_flags);
6TEST_IMPORT(uint32_t, vfs_to_ext2_flags, uint32_t vfs_flags);
7TEST_IMPORT(uint16_t, ext2_to_vfs_mode, uint16_t ext2_mode);
8TEST_IMPORT(uint16_t, vfs_to_ext2_mode, uint16_t vfs_mode);
9