diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2004-10-25 19:55:30 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2004-10-25 19:55:30 +0000 |
commit | fb198640d8ba755b7022800d0077c41dceae1b94 (patch) | |
tree | 5945cd64cff53bd32ade1b0471ad6e0a48bddfe6 /src/northbridge/intel/e7501 | |
parent | 9cf950ca5a7dc0f9373b9b4db508480a35bb35ac (diff) |
ops and tsc
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1716 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/e7501')
-rw-r--r-- | src/northbridge/intel/e7501/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/e7501/chip.h b/src/northbridge/intel/e7501/chip.h index 244d368595..458510bc9e 100644 --- a/src/northbridge/intel/e7501/chip.h +++ b/src/northbridge/intel/e7501/chip.h @@ -2,4 +2,4 @@ struct northbridge_intel_e7501_config { }; -extern struct chip_operations northbridge_intel_e7501_control; +extern struct chip_operations northbridge_intel_e7501_ops; |