diff options
Diffstat (limited to 'src/southbridge/intel/pxhd')
-rw-r--r-- | src/southbridge/intel/pxhd/chip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/intel/pxhd/chip.h b/src/southbridge/intel/pxhd/chip.h index 516f1df7d2..5aedb77776 100644 --- a/src/southbridge/intel/pxhd/chip.h +++ b/src/southbridge/intel/pxhd/chip.h @@ -2,4 +2,5 @@ struct southbridge_intel_pxhd_config { /* nothing */ }; -struct chip_operations southbridge_intel_pxhd_ops; + +extern struct chip_operations southbridge_intel_pxhd_ops; |