Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * TPA6130A2 driver platform header
0004  *
0005  * Copyright (C) Nokia Corporation
0006  *
0007  * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
0008  */
0009 
0010 #ifndef TPA6130A2_PLAT_H
0011 #define TPA6130A2_PLAT_H
0012 
0013 struct tpa6130a2_platform_data {
0014     int power_gpio;
0015 };
0016 
0017 #endif