kernel_samsung_a53x/include/media/exynos_tsmux.h
2024-06-15 16:02:09 -03:00

23 lines
517 B
C
Executable file

/*
* Copyright (c) 2017 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* Header file for Exynos TSMUX driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef EXYNOS_TSMUX_H
#define EXYNOS_TSMUX_H
/*
* struct packetizing_param
* @time_stamp : use as presentation time stamp
*/
struct packetizing_param {
long time_stamp;
};
#endif