ls102xa_sata.h 177 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2015 Freescale Semiconductor, Inc.
  4. */
  5. #ifndef __FSL_SATA_H_
  6. #define __FSL_SATA_H_
  7. int ls1021a_sata_init(void);
  8. #endif