diff options
Diffstat (limited to 'drivers/memory/ti-aemif-cs.h')
-rw-r--r-- | drivers/memory/ti-aemif-cs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/memory/ti-aemif-cs.h b/drivers/memory/ti-aemif-cs.h new file mode 100644 index 00000000000..62e6c6ed1a7 --- /dev/null +++ b/drivers/memory/ti-aemif-cs.h @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +#include <asm/ti-common/ti-aemif.h> + +void aemif_cs_configure(int cs, struct aemif_config *cfg); |