Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | #ifndef BCM63XX_DEV_HSSPI_H |
| 3 | #define BCM63XX_DEV_HSSPI_H |
| 4 | |
| 5 | #include <linux/types.h> |
| 6 | |
| 7 | int bcm63xx_hsspi_register(void); |
| 8 | |
| 9 | #endif /* BCM63XX_DEV_HSSPI_H */ |
| 10 |
Warning: This file is not a C or C++ file. It does not have highlighting.
