Browse Source

删除无用信息

fslongjin 2 years ago
parent
commit
870ae59646
1 changed files with 0 additions and 26 deletions
  1. 0 26
      kernel/common/boot_info.h

+ 0 - 26
kernel/common/boot_info.h

@@ -21,29 +21,3 @@
     /// 长度
     extern unsigned int boot_info_size;
 
-    /**
-     * @brief 初始化,定义在具体实现中
-     * @return true            成功
-     * @return false           成功
-     */
-    extern int init(void);
-
-    /**
-     * @brief 获取物理内存信息
-     * @return resource_t      物理内存资源信息
-     */
-    //extern resource_t get_memory(void);
-
-    /**
-     * @brief 获取 clint 信息
-     * @return resource_t       clint 资源信息
-     */
-    //extern resource_t get_clint(void);
-    
-    /**
-     * @brief 获取 plic 信息
-     * @return resource_t       plic 资源信息
-     */
-    //extern resource_t get_plic(void);
-
-