blob: 7eddb2944ef8fba57d23530f1d2f0100586f7ca9 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -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*/