blob: 4d625c52dc92fab2c512c049be829985e462cfed [file] [log] [blame]
Gurchetan Singh46faf6b2016-08-05 14:40:07 -07001/*
Daniele Castagna7a755de2016-12-16 17:32:30 -05002 * Copyright 2016 The Chromium OS Authors. All rights reserved.
Gurchetan Singh46faf6b2016-08-05 14:40:07 -07003 * 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
Gurchetan Singha1892b22017-09-28 16:40:52 -070010uint64_t gbm_convert_usage(uint32_t usage);
Gurchetan Singh46faf6b2016-08-05 14:40:07 -070011
12#endif