2024-04-12 16:40:05 +02:00
|
|
|
#ifndef _PERFORM_PRIVACY_OPERATION_H_
|
|
|
|
|
#define _PERFORM_PRIVACY_OPERATION_H_
|
|
|
|
|
|
2022-01-11 08:56:57 +01:00
|
|
|
#include "shared_context.h"
|
|
|
|
|
|
|
|
|
|
uint32_t set_result_perform_privacy_operation(void);
|
2024-04-12 16:40:05 +02:00
|
|
|
|
|
|
|
|
#endif // _PERFORM_PRIVACY_OPERATION_H_
|