diff options
Diffstat (limited to 'libsmctrl_test_mask_shared.h')
-rw-r--r-- | libsmctrl_test_mask_shared.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libsmctrl_test_mask_shared.h b/libsmctrl_test_mask_shared.h new file mode 100644 index 0000000..f95757d --- /dev/null +++ b/libsmctrl_test_mask_shared.h | |||
@@ -0,0 +1,16 @@ | |||
1 | // Copyright 2023 Joshua Bakita | ||
2 | #ifdef __cplusplus | ||
3 | extern "C" { | ||
4 | #endif | ||
5 | |||
6 | enum partitioning_type { | ||
7 | PARTITION_GLOBAL, | ||
8 | PARTITION_STREAM, | ||
9 | PARTITION_NEXT, | ||
10 | }; | ||
11 | |||
12 | extern int test_constrained_size_and_location(enum partitioning_type part_type); | ||
13 | |||
14 | #ifdef __cplusplus | ||
15 | } | ||
16 | #endif | ||