mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 05:13:18 +00:00
8 lines
178 B
C
8 lines
178 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef ENS160_H_
|
||
|
#define ENS160_H_
|
||
|
|
||
|
int devm_ens160_core_probe(struct device *dev, struct regmap *regmap,
|
||
|
const char *name);
|
||
|
#endif
|