summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2002-10-31 19:44:02 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2002-10-31 19:44:02 -0800
commit3d8629b4566e715aef960349651a0a3d3f8821d8 (patch)
treea4f34104a672ece3fcf9e00a13b18065cbf88592 /include
parent88af9fa8d6b7c17e5d262e3693bb01d13b46addb (diff)
[PATCH] add machine ident for the V850 from NEC
Diffstat (limited to 'include')
-rw-r--r--include/linux/elf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/elf.h b/include/linux/elf.h
index 6801e08dddc5..c1bbe2db588f 100644
--- a/include/linux/elf.h
+++ b/include/linux/elf.h
@@ -81,6 +81,9 @@ typedef __s64 Elf64_Sxword;
#define EM_CRIS 76 /* Axis Communications 32-bit embedded processor */
+#define EM_V850 87 /* NEC v850 */
+
+
/*
* This is an interim value that we will use until the committee comes
* up with a final number.