aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_441/socket_441.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/socket_441/socket_441.c')
-rw-r--r--src/cpu/intel/socket_441/socket_441.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_441/socket_441.c b/src/cpu/intel/socket_441/socket_441.c
new file mode 100644
index 0000000000..48c91c5882
--- /dev/null
+++ b/src/cpu/intel/socket_441/socket_441.c
@@ -0,0 +1,7 @@
+#include <device/device.h>
+#include "chip.h"
+
+
+struct chip_operations cpu_intel_socket_441_ops = {
+ CHIP_NAME("Socket 441 CPU")
+};