https://github.com/torvalds/linux
Raw File
Tip revision: 2595646791c319cadfdbf271563aac97d0843dc7 authored by Linus Torvalds on 02 December 2018, 23:07:55 UTC
Linux 4.20-rc5
Tip revision: 2595646
arizona-micsupp.h
/*
 * Platform data for Arizona micsupp regulator
 *
 * Copyright 2017 Cirrus Logic
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef ARIZONA_MICSUPP_H
#define ARIZONA_MICSUPP_H

struct regulator_init_data;

struct arizona_micsupp_pdata {
	/** Regulator configuration for micsupp */
	const struct regulator_init_data *init_data;
};

#endif
back to top