devfs.h 95 B

123456789
  1. #pragma once
  2. #include "devfs-types.h"
  3. /**
  4. * @brief 初始化devfs
  5. *
  6. */
  7. void devfs_init();