aboutsummaryrefslogtreecommitdiffstats
path: root/libc/kernel/uapi/mtd/mtd-user.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2016-02-04 13:16:38 -0800
committerChristopher Ferris <cferris@google.com>2016-02-05 16:03:55 -0800
commit05d08e9716b5974d6ed08973f44930804890b902 (patch)
treee3a33c02c6a918c04d30d93a315bf5b90b6cb512 /libc/kernel/uapi/mtd/mtd-user.h
parentd2be3802582e69bfaf1a8ab02849bc44c4fa2ce6 (diff)
downloadandroid_bionic-05d08e9716b5974d6ed08973f44930804890b902.tar.gz
android_bionic-05d08e9716b5974d6ed08973f44930804890b902.tar.bz2
android_bionic-05d08e9716b5974d6ed08973f44930804890b902.zip
Updated to v4.4.1 kernel headers.
Small modifications needed to allow compilation with the new headers: - Manually modify bionic/libc/kernel/uapi/asm-mips/asm/siginfo.h to remove the uapi from the include. - PR_XXX defines are now available for mips, so remove the definition from linker_mips.cpp. Bug: 23789423 Change-Id: I6dc8a03b012426d3a937db15cb24d3a50fab5a8c
Diffstat (limited to 'libc/kernel/uapi/mtd/mtd-user.h')
-rw-r--r--libc/kernel/uapi/mtd/mtd-user.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/kernel/uapi/mtd/mtd-user.h b/libc/kernel/uapi/mtd/mtd-user.h
index 83a863561..b78a46e12 100644
--- a/libc/kernel/uapi/mtd/mtd-user.h
+++ b/libc/kernel/uapi/mtd/mtd-user.h
@@ -18,13 +18,12 @@
****************************************************************************/
#ifndef __MTD_USER_H__
#define __MTD_USER_H__
-#include <stdint.h>
#include <mtd/mtd-abi.h>
-/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
typedef struct mtd_info_user mtd_info_t;
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
typedef struct erase_info_user erase_info_t;
typedef struct region_info_user region_info_t;
typedef struct nand_oobinfo nand_oobinfo_t;
-/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
typedef struct nand_ecclayout_user nand_ecclayout_t;
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#endif