mpp.h

来自「linux和2410结合开发 用他可以生成2410所需的zImage文件」· C头文件 代码 · 共 19 行

H
19
字号
#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 + =
减小字号Ctrl + -
显示快捷键?