Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * sky81452.h   SKY81452 MFD driver
0004  *
0005  * Copyright 2014 Skyworks Solutions Inc.
0006  * Author : Gyungoh Yoo <jack.yoo@skyworksinc.com>
0007  */
0008 
0009 #ifndef _SKY81452_H
0010 #define _SKY81452_H
0011 
0012 #include <linux/regulator/machine.h>
0013 
0014 struct sky81452_platform_data {
0015     struct regulator_init_data *regulator_init_data;
0016 };
0017 
0018 #endif