blob: 7eddb2944ef8fba57d23530f1d2f0100586f7ca9 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#ifndef ZXIC_UPDATE_H
2#define ZXIC_UPDATE_H
3
4#define _GNU_SOURCE
5#include <stdio.h>
6#include <stdlib.h>
7#include <sys/types.h>
8#include <sys/stat.h>
9#include <fcntl.h>
10#include <sys/reboot.h>
11
12
13
14
15
16
17#endif /*ZXIC_UPDATE_H*/