Bug: webrtc:13429 Change-Id: Ibc7488cde807f859ee82a60fe47a7e21c148764e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/240460 Reviewed-by: Mark Foltz <mfoltz@chromium.org> Commit-Queue: Mark Foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/main@{#35527}
12 lines
426 B
Plaintext
12 lines
426 B
Plaintext
// Copyright 2021 The WebRTC project authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
//------------------------------------------------
|
|
// Functions from DRM used in capturer code.
|
|
//--------
|
|
|
|
// xf86drm.h
|
|
int drmGetDevices2(uint32_t flags, drmDevicePtr devices[], int max_devices);
|
|
void drmFreeDevices(drmDevicePtr devices[], int count);
|