Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * TI AM33XX EMIF PM Assembly Offsets
0004  *
0005  * Copyright (C) 2016-2017 Texas Instruments Inc.
0006  */
0007 #include <linux/ti-emif-sram.h>
0008 
0009 int main(void)
0010 {
0011     ti_emif_asm_offsets();
0012 
0013     return 0;
0014 }