pfc_init_v3m.h 237 B

12345678910111213
  1. /*
  2. * Copyright (c) 2015-2017, Renesas Electronics Corporation
  3. * All rights reserved.
  4. *
  5. * SPDX-License-Identifier: BSD-3-Clause
  6. */
  7. #ifndef PFC_INIT_V3M_H
  8. #define PFC_INIT_V3M_H
  9. void pfc_init_v3m(void);
  10. #endif /* PFC_INIT_V3M_H */