blob: 2aa719b1d2255aa75a5fcc548eceefff4857e9d7 [file] [log] [blame]
/*
* Copyright 2018 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 CAMERA_COMMON_UTILS_CAMERA_HAL_ENUMERATOR_H_
#define CAMERA_COMMON_UTILS_CAMERA_HAL_ENUMERATOR_H_
#include <vector>
#include <base/files/file_path.h>
namespace cros {
std::vector<base::FilePath> GetCameraHalPaths();
} // namespace cros
#endif // CAMERA_COMMON_UTILS_CAMERA_HAL_ENUMERATOR_H_