Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * TAS2552 driver platform header
0004  *
0005  * Copyright (C) 2014 Texas Instruments Inc.
0006  *
0007  * Author: Dan Murphy <dmurphy@ti.com>
0008  */
0009 
0010 #ifndef TAS2552_PLAT_H
0011 #define TAS2552_PLAT_H
0012 
0013 struct tas2552_platform_data {
0014     int enable_gpio;
0015 };
0016 
0017 #endif