src/include: Add guards on all header files
Change-Id: I2d7d4e0b25f2cf3eef2040f89d5ebc711909cdd7 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20734 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
committed by
Stefan Reinauer
parent
284409fd8c
commit
7a4c02145d
@ -14,6 +14,9 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef __SPD_DDR2_H__
|
||||
#define __SPD_DDR2_H__
|
||||
|
||||
/* SPDs for DDR2 SDRAM */
|
||||
#define SPD_MEM_TYPE 2
|
||||
#define SPD_MEM_TYPE_SDRAM_DDR 0x07
|
||||
@ -111,3 +114,5 @@
|
||||
#define SPD_TRFC 42
|
||||
|
||||
#define SPD_TREF 12
|
||||
|
||||
#endif /* __SPD_DDR2_H__ */
|
||||
|
Reference in New Issue
Block a user