Home | History | Annotate | Download | only in arc
      1 /****************************************************************************
      2  ****************************************************************************
      3  ***
      4  ***   This header was automatically generated from a Linux kernel header
      5  ***   of the same name, to make information necessary for userspace to
      6  ***   call into the kernel available to libc.  It contains only constants,
      7  ***   structures, and macros generated from the original header, and thus,
      8  ***   contains no copyrightable information.
      9  ***
     10  ***   To edit the content of this header, modify the corresponding
     11  ***   source file (e.g. under external/kernel-headers/original/) then
     12  ***   run bionic/libc/kernel/tools/update_all.py
     13  ***
     14  ***   Any manual change here will be lost the next time this script will
     15  ***   be run. You've been warned!
     16  ***
     17  ****************************************************************************
     18  ****************************************************************************/
     19 #ifndef _ASM_ARC_TYPES_H
     20 #define _ASM_ARC_TYPES_H
     21 typedef CHAR *PCHAR;
     22 typedef SHORT *PSHORT;
     23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     24 typedef LARGE_INTEGER *PLARGE_INTEGER;
     25 typedef LONG *PLONG;
     26 typedef UCHAR *PUCHAR;
     27 typedef USHORT *PUSHORT;
     28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     29 typedef ULONG *PULONG;
     30 typedef VOID *PVOID;
     31 typedef struct {
     32  USHORT CursorXPosition;
     33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     34  USHORT CursorYPosition;
     35  USHORT CursorMaxXPosition;
     36  USHORT CursorMaxYPosition;
     37  USHORT ForegroundColor;
     38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     39  USHORT BackgroundColor;
     40  UCHAR HighIntensity;
     41  UCHAR Underscored;
     42  UCHAR ReverseVideo;
     43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     44 } DISPLAY_STATUS;
     45 #endif
     46