Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
0004  * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
0005  */
0006 
0007 #ifndef __TIDSS_KMS_H__
0008 #define __TIDSS_KMS_H__
0009 
0010 struct tidss_device;
0011 
0012 int tidss_modeset_init(struct tidss_device *tidss);
0013 
0014 #endif