diff options
Diffstat (limited to 'src/include/usr/lpc/lpcif.H')
| -rw-r--r-- | src/include/usr/lpc/lpcif.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/lpc/lpcif.H b/src/include/usr/lpc/lpcif.H index db6ea9a32..336237bb6 100644 --- a/src/include/usr/lpc/lpcif.H +++ b/src/include/usr/lpc/lpcif.H @@ -41,7 +41,8 @@ enum TransType { TRANS_FW, // LPC Firmware Space TRANS_REG, // LPCHC Register space TRANS_ABS, // Address parm is absolute - TRANS_LAST //Invalid, used for looping and tests + TRANS_ERR, // LPC Register Error Space + TRANS_LAST // Invalid, used for looping and tests }; /** |

