Imported Upstream version 1.30
[platform/upstream/x86info.git] / mptable.h
1 #ifndef _MPTABLE_H
2 #define _MPTABLE_H
3
4 #define SMP_NO  0
5 #define SMP_YES 1
6
7 void display_mptable();
8
9 #endif