File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2006-2020, RT-Thread Development Team
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
8+ * 2020-10-28 0xcccccccccccc Initial Version
9+ */
10+ /**
11+ * @addtogroup ls2k
12+ */
13+ /*@{*/
114#include <stdio.h>
215#include <stdlib.h>
316#include <ctype.h>
@@ -214,3 +227,4 @@ static int loongson_spi_init()
214227INIT_BOARD_EXPORT (loongson_spi_init );
215228
216229#endif
230+ /*@}*/
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2006-2020, RT-Thread Development Team
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ *
6+ * Change Logs:
7+ * Date Author Notes
8+ * 2020-10-28 0xcccccccccccc Initial Version
9+ */
10+ /**
11+ * @addtogroup ls2k
12+ */
13+ /*@{*/
114#ifndef LS2K_DRV_SPI_H
215#define LS2K_DRV_SPI_H
316
3043#define GET_SPI (addr ) KSEG1_LOAD8(SPI_BASE+addr)
3144
3245#endif
46+ /*@}*/
You can’t perform that action at this time.
0 commit comments