mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-26 19:04:54 +00:00
17 lines
283 B
C
17 lines
283 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2015-2019, MICROTRUST Incorporated
|
|
* All Rights Reserved.
|
|
*
|
|
*/
|
|
|
|
#ifndef TEEI_FP_H
|
|
#define TEEI_FP_H
|
|
|
|
#define fp_buffer_size 2048
|
|
|
|
#define ARGS_BLOCK_SIZE 1024
|
|
|
|
int send_fp_command(unsigned long share_memory_size);
|
|
#endif
|