aboutsummaryrefslogtreecommitdiffstats
path: root/libsmctrl_test_mask_shared.h
blob: f95757d520c9779a8e7d7089899cdcfae48d3ca5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2023 Joshua Bakita
#ifdef __cplusplus
extern "C" {
#endif

enum partitioning_type {
  PARTITION_GLOBAL,
  PARTITION_STREAM,
  PARTITION_NEXT,
};

extern int test_constrained_size_and_location(enum partitioning_type part_type);

#ifdef __cplusplus
}
#endif