]> err.no Git - linux-2.6/blobdiff - include/asm-arm/linkage.h
x86: make mp_bus_id_to_type optional
[linux-2.6] / include / asm-arm / linkage.h
index dbe4b4e31a5b5d39026d955ff34463227fffe3ef..5a25632b1bc079aac63f66af28cb5447b80bf2de 100644 (file)
@@ -4,4 +4,8 @@
 #define __ALIGN .align 0
 #define __ALIGN_STR ".align 0"
 
+#define ENDPROC(name) \
+  .type name, %function; \
+  END(name)
+
 #endif