diff options
Diffstat (limited to 'src/vendorcode/amd/agesa/f10')
-rw-r--r-- | src/vendorcode/amd/agesa/f10/Proc/HT/Features/htFeatTrafficDistribution.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vendorcode/amd/agesa/f10/Proc/HT/Features/htFeatTrafficDistribution.h b/src/vendorcode/amd/agesa/f10/Proc/HT/Features/htFeatTrafficDistribution.h index 0d28191816..59570109aa 100644 --- a/src/vendorcode/amd/agesa/f10/Proc/HT/Features/htFeatTrafficDistribution.h +++ b/src/vendorcode/amd/agesa/f10/Proc/HT/Features/htFeatTrafficDistribution.h @@ -44,7 +44,7 @@ */ #ifndef _HT_FEAT_TRAFFIC_DISTRIBUTION_H_ -#define _H_TFEAT_TRAFFIC_DISTRIBUTION_H_ +#define _HT_FEAT_TRAFFIC_DISTRIBUTION_H_ /*---------------------------------------------------------------------------- * Mixed (DEFINITIONS AND MACROS / TYPEDEFS, STRUCTURES, ENUMS) @@ -74,5 +74,3 @@ TrafficDistribution ( ); #endif /* _HT_FEAT_TRAFFIC_DISTRIBUTION_H_ */ - - |