1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) William Breathitt Gray */
10 * struct i8254_regmap_config - Configuration for the register map of an i8254
11 * @parent: parent device
12 * @map: regmap for the i8254
14 struct i8254_regmap_config
{
15 struct device
*parent
;
19 int devm_i8254_regmap_register(struct device
*dev
, const struct i8254_regmap_config
*config
);
21 #endif /* _I8254_H_ */