brintos

brintos / linux-shallow public Read only

0
0
Text · 283 B · 6f087b2 Raw
18 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * TAS2552 driver platform header4 *5 * Copyright (C) 2014 Texas Instruments Inc.6 *7 * Author: Dan Murphy <dmurphy@ti.com>8 */9 10#ifndef TAS2552_PLAT_H11#define TAS2552_PLAT_H12 13struct tas2552_platform_data {14	int enable_gpio;15};16 17#endif18