]> code.ossystems Code Review - openembedded-core.git/commitdiff
libart-lgpl: add mips art_config.h
authorSaul Wold <sgw@linux.intel.com>
Wed, 8 Dec 2010 17:55:46 +0000 (09:55 -0800)
committerSaul Wold <sgw@linux.intel.com>
Wed, 8 Dec 2010 22:07:57 +0000 (14:07 -0800)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-gnome/gnome/libart-lgpl/mips/art_config.h [new file with mode: 0644]

diff --git a/meta/recipes-gnome/gnome/libart-lgpl/mips/art_config.h b/meta/recipes-gnome/gnome/libart-lgpl/mips/art_config.h
new file mode 100644 (file)
index 0000000..b0e74ad
--- /dev/null
@@ -0,0 +1,10 @@
+/* Automatically generated by gen_art_config.c */
+
+#define ART_SIZEOF_CHAR 1
+#define ART_SIZEOF_SHORT 2
+#define ART_SIZEOF_INT 4
+#define ART_SIZEOF_LONG 4
+
+typedef unsigned char art_u8;
+typedef unsigned short art_u16;
+typedef unsigned int art_u32;