Fixed some typos etc. in comments.
[AROS.git] / rom / processor / processor.conf
blob7e2afdbe7e903fc1bafaf9bc4e2b69a8a9d91318
1 ##begin config
2 version 2.0
3 libbase ProcessorBase
4 libbasetype struct ProcessorBase
5 residentpri 99
6 ##end config
7 ##begin cdef
9 #include <utility/tagitem.h>
11 ##end cdef
12 ##begin cdefprivate
13 #include "processor_intern.h"
14 ##end cdefprivate
16 ##begin functionlist
17 VOID GetCPUInfo(struct TagItem * tagList) (A0)
18 ##end functionlist