Skip to content
  • Urvang Joshi's avatar
    InterpFilter type: Create an enum. · a9b174bd
    Urvang Joshi authored
    We use a single enum instead of multiple #defines.
    - Ensures better type checking
    - Enum values are generated implicitly, and hard-coded #defines are not
    required.
    - We use ATTRIBUTE_PACKED to indicate that the enum should still use the
    smallest integral type.
    
    Change-Id: I7532428da31744d3441b363bd932a7f233ee7ab5
    a9b174bd