提交 c0077f22 编写于 作者: O openharmony_ci 提交者: Gitee

!32 【轻量级 PR】:规范化头文件顺序

Merge pull request !32 from lanxueyuan/N/A
......@@ -14,15 +14,16 @@
*/
#include "init_stage.h"
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
static int SendCmd(int cmd, unsigned long arg)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册