~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/acpi/acpica/amlcode.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
#define AML_CLASS_METHOD_CALL       0x09
395
395
#define AML_CLASS_UNKNOWN           0x0A
396
396
 
397
 
/* Predefined Operation Region space_iDs */
398
 
 
399
 
typedef enum {
400
 
        REGION_MEMORY = 0,
401
 
        REGION_IO,
402
 
        REGION_PCI_CONFIG,
403
 
        REGION_EC,
404
 
        REGION_SMBUS,
405
 
        REGION_CMOS,
406
 
        REGION_PCI_BAR,
407
 
        REGION_IPMI,
408
 
        REGION_DATA_TABLE,      /* Internal use only */
409
 
        REGION_FIXED_HW = 0x7F
410
 
} AML_REGION_TYPES;
411
 
 
412
397
/* Comparison operation codes for match_op operator */
413
398
 
414
399
typedef enum {