mpp.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef _LINUX_MPP_H
  2. #define _LINUX_MPP_H
  3. /*
  4.  * Definitions related to Massively Parallel Processing support.
  5.  */
  6. /* All mpp implementations must supply these functions */
  7. extern void mpp_init(void);
  8. extern void mpp_hw_init(void);
  9. extern void mpp_procfs_init(void);
  10. extern int mpp_num_cells(void);
  11. extern int mpp_cid(void);
  12. extern int get_mppinfo(char *buffer);
  13. #endif