regulator_fixed.h 237 B

123456789101112
  1. /*
  2. * Copyright (c) 2021, STMicroelectronics - All Rights Reserved
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef REGULATOR_FIXED_H
  7. #define REGULATOR_FIXED_H
  8. int fixed_regulator_register(void);
  9. #endif /* REGULATOR_FIXED_H */