summaryrefslogtreecommitdiffstats
path: root/include/drivers/st/regulator_fixed.h
blob: b981262e9a0e219ff4cbd68b787701283c47bdf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2021, STMicroelectronics - All Rights Reserved
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef REGULATOR_FIXED_H
#define REGULATOR_FIXED_H

int fixed_regulator_register(void);

#endif /* REGULATOR_FIXED_H */