diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/path.h b/src/include/device/path.h index ba7661d6c4..8421a38473 100644 --- a/src/include/device/path.h +++ b/src/include/device/path.h @@ -53,6 +53,7 @@ struct pnp_path struct i2c_path { unsigned device; + unsigned mode_10bit; }; struct apic_path |