diff options
Diffstat (limited to 'src/cpu/p6/chip.h')
-rw-r--r-- | src/cpu/p6/chip.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/p6/chip.h b/src/cpu/p6/chip.h new file mode 100644 index 0000000000..bfcdf79ed7 --- /dev/null +++ b/src/cpu/p6/chip.h @@ -0,0 +1,5 @@ +extern struct chip_control cpu_p6_control; + +struct cpu_p6_config { + int nothing; +}; |