lpc11u6x_clock_control.h 380 B

123456789101112
  1. /*
  2. * Copyright (c) 2020 Seagate
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_LPC11U6X_CLOCK_CONTROL_H_
  7. #define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_LPC11U6X_CLOCK_CONTROL_H_
  8. #include <drivers/clock_control.h>
  9. #include <dt-bindings/clock/lpc11u6x_clock.h>
  10. #endif /* ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_LPC11U6X_CLOCK_CONTROL_H_ */