mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
10 lines
281 B
C
10 lines
281 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
/* Copyright (c) 2018 Fuzhou Rockchip Electronics Co., Ltd. */
|
|
#ifndef RK_LED_FLASH_H
|
|
#define RK_LED_FLASH_H
|
|
|
|
#define RK_VIDIOC_FLASH_TIMEINFO \
|
|
_IOR('V', BASE_VIDIOC_PRIVATE + 0, struct __kernel_old_timeval)
|
|
|
|
#endif
|