1 /* 2 * Adapted from arch/arm64/kernel/asm-offsets.c 3 * 4 * Copyright (C) 2014, Red Hat Inc, Andrew Jones <drjones@redhat.com> 5 * 6 * This work is licensed under the terms of the GNU LGPL, version 2. 7 */ 8 #include <libcflat.h> 9 #include <kbuild.h> 10 11 int main(void) 12 { 13 return 0; 14 } 15