xref: /freebsd/sys/compat/linuxkpi/common/include/linux/regulator/consumer.h (revision b5f7a0b0fd8953c00b154d96b79ba0208c2e1aca)
1 /*-
2  * SPDX-License-Identifier: BSD-2-Clause
3  *
4  * Copyright (c) 2025-2026 The FreeBSD Foundation
5  * Copyright (c) 2025-2026 Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
6  *
7  * This software was developed by Jean-Sébastien Pédron under sponsorship
8  * from the FreeBSD Foundation.
9  */
10 
11 #ifndef _LINUXKPI_LINUX_REGULATOR_CONSUMER_H_
12 #define _LINUXKPI_LINUX_REGULATOR_CONSUMER_H_
13 
14 #include <linux/err.h>
15 #include <linux/suspend.h>
16 
17 #endif
18