blob: c2f7e37a3e05145c6f4177cafc892cfa1e1b4ee8 [file] [log] [blame]
Gurchetan Singh46faf6b2016-08-05 14:40:07 -07001/*
2 * Copyright (c) 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
10drv_format_t gbm_convert_format(uint32_t format);
11uint64_t gbm_convert_flags(uint32_t flags);
12
13#endif