Fixed to #include correct 32-bit headers

Corrected for example <asm/io.h> to include io_32.h instead of io_64.h
(which is missing, BTW).

Copied from the results of commit (same title) in bionic.git:
126601dd3f5303b50033dcb88945d928aa764aa4
This commit is contained in:
Andrew Hsieh
2012-03-23 16:12:57 +08:00
parent 2c9504731b
commit 0523af7ca2
159 changed files with 2204 additions and 1233 deletions

View File

@@ -7,6 +7,13 @@
*** structures, and macros generated from the original header, and thus,
*** contains no copyrightable information.
***
*** To edit the content of this header, modify the corresponding
*** source file (e.g. under external/kernel-headers/original/) then
*** run bionic/libc/kernel/tools/update_all.py
***
*** Any manual change here will be lost the next time this script will
*** be run. You've been warned!
***
****************************************************************************
****************************************************************************/
#include "segment_64.h"
#include "segment_32.h"