blob: 9fb2bf2f08d541eb794b189f711f6efbde182493 [file] [log] [blame]
/*
* Copyright 2017 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef COMMON_CAMERA_BUFFER_MANAGER_INTERNAL_H_
#define COMMON_CAMERA_BUFFER_MANAGER_INTERNAL_H_
#include <gbm.h>
namespace cros {
namespace internal {
struct gbm_device* CreateGbmDevice();
} // namespace internal
} // namespace cros
#endif // COMMON_CAMERA_BUFFER_MANAGER_INTERNAL_H_