20 lines
704 B
C
20 lines
704 B
C
|
/*
|
||
|
* PROCA GAF
|
||
|
*
|
||
|
* Copyright (C) 2019 Samsung Electronics, Inc.
|
||
|
* Ivan Vorobiov <i.vorobiov@samsung.com>
|
||
|
*
|
||
|
* This software is licensed under the terms of the GNU General Public
|
||
|
* License version 2, as published by the Free Software Foundation, and
|
||
|
* may be copied, distributed, and modified under those terms.
|
||
|
*
|
||
|
* This program is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU General Public License for more details.
|
||
|
*/
|
||
|
#ifndef _SECURITY_PROCA_GAF_H
|
||
|
#define _SECURITY_PROCA_GAF_H
|
||
|
const void *proca_gaf_get_addr(void);
|
||
|
#endif /* _SECURITY_PROCA_GAF_H */
|