summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/asm-offsets.c
blob: 7bf6d129cf3473a7d0fc02761d36a42047cbed69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Generate definitions needed by assembly language modules.
 * This code generates raw asm output which is post-processed to extract
 * and format the required data.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include <linux/kbuild.h>

int main(void)
{
	return 0;
}