Import 2.3.7pre7
[davej-history.git] / include / linux / mpp.h
blob2dd02ff4e9a3289f7ff11adf732d2622a658fe4b
1 #ifndef _LINUX_MPP_H
2 #define _LINUX_MPP_H
4 /*
5 * Definitions related to Massively Parallel Processing support.
6 */
8 /* All mpp implementations must supply these functions */
10 extern void mpp_init(void);
11 extern void mpp_hw_init(void);
12 extern void mpp_procfs_init(void);
14 extern int mpp_num_cells(void);
15 extern int mpp_cid(void);
16 extern int get_mppinfo(char *buffer);
18 #endif