Linux Audio

Check our new training course

Loading...
Note: File does not exist in v4.6.
 1/* SPDX-License-Identifier: GPL-2.0+ */
 2
 3#ifndef _VKMS_FORMATS_H_
 4#define _VKMS_FORMATS_H_
 5
 6#include "vkms_drv.h"
 7
 8void *get_pixel_conversion_function(u32 format);
 9
10void *get_pixel_write_function(u32 format);
11
12#endif /* _VKMS_FORMATS_H_ */