aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/pmc_mux/chip.h
blob: f73a07047f111a2ca8a37af8e3b141520e3127e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef __DRIVERS_INTEL_PMC_MUX_H__
#define __DRIVERS_INTEL_PMC_MUX_H__

extern struct chip_operations drivers_intel_pmc_mux_ops;

struct drivers_intel_pmc_mux_config {
};

#endif /* __DRIVERS_INTEL_PMC_MUX_H__ */