OSDN Git Service

minigbm: virtio_gpu: set vma->length when mmap.
[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