repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git]
/
drivers
/
memory
/
emif-asm-offsets.c
blob
4b98d1854cd746447ff7fc36d747ede641c4dc14
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* TI AM33XX EMIF PM Assembly Offsets
4
*
5
* Copyright (C) 2016-2017 Texas Instruments Inc.
6
*/
7
#include <linux/ti-emif-sram.h>
8
9
int
main
(
void
)
10
{
11
ti_emif_asm_offsets
();
12
13
return
0
;
14
}