OSDN Git Service

Merge 'aosp/upstream-master' into 'aosp/master' am: 01b2926cf7 am: 702c5561af am...
[android-x86/external-minigbm.git] / gbm_helpers.h
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