mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
0541849d33
PD#SWPL-130933 Problem: Provide UAPI headers for AMSTREAM (DECODER) module Solution: Provide UAPI headers for AMSTREAM (DECODER) module Verify: ohm Change-Id: I943967d8abeba8d88ed2c5a76961b6ddbb227d9b Signed-off-by: xing.xu <xing.xu@amlogic.com>
13 lines
213 B
C
13 lines
213 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef VFORMAT_H
|
|
#define VFORMAT_H
|
|
|
|
#include <uapi/amlogic/amvdec_ioc.h>
|
|
|
|
|
|
#endif /* VFORMAT_H */
|