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