blob: c6de83c8b69ceef97828ff2d6f3ad9321bcfc515 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001#ifndef UPI_VERIFY_H
2#define UPI_VERIFY_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#include "upi_public.h"
14#include "upi_img_interface.h"
15
16int upi_verify();
17
18#endif /*UPI_VERIFY_H*/