如何使用zend studio配置xdebug调试PHP

2025-05-13 23:04:26
推荐回答(1个)
回答1:

enum s3c_cpu_type { //用来枚举CPU类型
TYPE_S3C2410,
TYPE_S3C2412,
TYPE_S3C2440,
};
struct s3c2410_nand_info {
/* mtd info */
struct nand_hw_control controller;
struct s3c2410_nand_mtd *mtds;
struct s3c2410_platform_nand *platform;