]>
Commit | Line | Data |
---|---|---|
85b8a2cb A |
1 | // |
2 | // Copyright (c) 2020 Apple Inc. All rights reserved. | |
3 | // | |
4 | ||
5 | #ifndef readonly_fd_test_h | |
6 | #define readonly_fd_test_h | |
7 | ||
8 | #include <stdbool.h> | |
9 | #include <stddef.h> | |
10 | ||
11 | bool do_readonly_fd_test(const char *apfs_test_directory, size_t block_size); | |
12 | ||
13 | #endif /* readonly_fd_test_h */ |