1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2018 Intel Corporation
9 struct igt_atomic_section
{
11 void (*critical_section_begin
)(void);
12 void (*critical_section_end
)(void);
15 extern const struct igt_atomic_section igt_atomic_phases
[];
17 #endif /* IGT_ATOMIC_H */