mpp.h
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 0k
Development Platform:

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