c05564c4d8
Android 13
20 lines
704 B
C
Executable file
20 lines
704 B
C
Executable file
/*
|
|
* 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 */
|