blob: 4b98d1854cd746447ff7fc36d747ede641c4dc14 [file] [log] [blame]
Krzysztof Kozlowskia53f7f02020-07-24 09:40:20 +02001// SPDX-License-Identifier: GPL-2.0
Dave Gerlach8428e5a2015-06-17 14:52:10 -05002/*
3 * TI AM33XX EMIF PM Assembly Offsets
4 *
5 * Copyright (C) 2016-2017 Texas Instruments Inc.
Dave Gerlach8428e5a2015-06-17 14:52:10 -05006 */
7#include <linux/ti-emif-sram.h>
8
9int main(void)
10{
Dave Gerlach5692fce2018-04-11 16:15:43 -050011 ti_emif_asm_offsets();
Dave Gerlach8428e5a2015-06-17 14:52:10 -050012
13 return 0;
14}