]> git.sur5r.net Git - u-boot/blob - board/gdsys/a38x/keyprogram.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / gdsys / a38x / keyprogram.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2016
4  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
5  */
6
7 #ifndef __KEYPROGRAM_H
8 #define __KEYPROGRAM_H
9
10 int load_and_run_keyprog(void);
11 int flush_keys(void);
12
13 #endif /* __KEYPROGRAM_H */