s10_mmc.h 209 B

123456789101112
  1. /*
  2. * Copyright (c) 2022, Intel Corporation. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef __S10_MMC_H__
  7. #define __S10_MMC_H__
  8. void s10_mmc_init(void);
  9. #endif /* S10_MMC_H */