xref: /aosp_15_r20/external/minigbm/gbm_helpers.h (revision d95af8df99a05bcb8679a54dc3ab8e5cd312b38e)
1 /*
2  * Copyright 2016 The Chromium OS Authors. All rights reserved.
3  * Use of this source code is governed by a BSD-style license that can be
4  * found in the LICENSE file.
5  */
6 
7 #ifndef GBM_HELPERS_H
8 #define GBM_HELPERS_H
9 
10 uint64_t gbm_convert_usage(uint32_t usage);
11 
12 #endif
13