#ifndef PA_TZ_DRV_ARCH_DR_BF_H_
#define PA_TZ_DRV_ARCH_DR_BF_H_

/**
 * @brief The function gets a value of file descriptor
 * @return ::int, Value of file descriptor
 */
int GetFileDescriptorMmap(void);

/**
 * @brief Function returns address of the current caller
 * @return drv_info*, Pointer to the caller information
 */
struct drv_info *GetCurrentCaller(void);

#endif  // PA_TZ_DRV_ARCH_DR_BF_H_
