⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpp.h

📁 linux得一些常用命令,以及linux环境下的c编程
💻 H
字号:
#ifndef _LINUX_MPP_H#define _LINUX_MPP_H/* * Definitions related to Massively Parallel Processing support. *//* All mpp implementations must supply these functions */extern void mpp_init(void);extern void mpp_hw_init(void);extern void mpp_procfs_init(void);extern int mpp_num_cells(void);extern int mpp_cid(void);extern int get_mppinfo(char *buffer);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -