GrabBag/SDK/Device/VzNLSDK/Inc/VzNL_PetaLinux.h
2026-03-17 22:27:58 +08:00

14 lines
384 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __VIZUM_PETA_LINUX_HEADER__
#define __VIZUM_PETA_LINUX_HEADER__
#include "VZNL_Export.h"
#include "VZNL_Types.h"
/// @brief
/// 使能PetaLinux通道
/// <param name = "hDevice">[in]设备</param>
/// <param name = "bEnable">[in]VzTrue:使能VzFalse:不使能</param>
/// @return 成功返回0失败返回错误码
VZNLAPI int VzNL_EnablePetaLinux(VZNLHANDLE hDevice, VzBool bEnable);
#endif