8 lines
119 B
C
8 lines
119 B
C
|
#include <device/device.h>
|
||
|
#include "chip.h"
|
||
|
|
||
|
|
||
|
struct chip_operations cpu_amd_sc520_ops = {
|
||
|
CHIP_NAME("AMD SC520")
|
||
|
};
|