Merge tag 's390-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux-block.git] / drivers / memory / emif-asm-offsets.c
CommitLineData
a53f7f08 1// SPDX-License-Identifier: GPL-2.0
8428e5ad
DG
2/*
3 * TI AM33XX EMIF PM Assembly Offsets
4 *
5 * Copyright (C) 2016-2017 Texas Instruments Inc.
8428e5ad
DG
6 */
7#include <linux/ti-emif-sram.h>
8
9int main(void)
10{
5692fcee 11 ti_emif_asm_offsets();
8428e5ad
DG
12
13 return 0;
14}