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