coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smn.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef AMD_BLOCK_SMN_H
4 #define AMD_BLOCK_SMN_H
5 
6 #include <types.h>
7 
10 
11 #endif /* AMD_BLOCK_SMN_H */
uint32_t smn_read32(uint32_t reg)
Definition: smn.c:12
void smn_write32(uint32_t reg, uint32_t val)
Definition: smn.c:18
unsigned int uint32_t
Definition: stdint.h:14
u8 val
Definition: sys.c:300