summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/asm/linkage.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/include/asm/linkage.h')
-rw-r--r--openpcd/firmware/include/asm/linkage.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/openpcd/firmware/include/asm/linkage.h b/openpcd/firmware/include/asm/linkage.h
deleted file mode 100644
index ac1c900..0000000
--- a/openpcd/firmware/include/asm/linkage.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef __ASM_LINKAGE_H
-#define __ASM_LINKAGE_H
-
-/* asm-arm/linkage.h */
-
-#define __ALIGN .align 0
-#define __ALIGN_STR ".align 0"
-
-/* linux/linkage.h */
-
-#define ALIGN __ALIGN
-
-#define ENTRY(name) \
- .globl name; \
- ALIGN; \
- name:
-
-#endif
personal git repositories of Harald Welte. Your mileage may vary