forked from gary/ems
2
0
Fork 0
sun_ems/ems_c/driver/drv_can.h

20 lines
596 B
C
Raw Normal View History

2025-05-13 17:49:49 +08:00
/*****************************************************************************
* @copyright 2024-2024, . POWER SUPPLY CO., LTD.
* @file drv_can.h
* @brief can底层驱动程序
* @author Gary
* @date 2024/11/18
* @remark
*****************************************************************************/
#include <stdint.h>
#include <pthread.h>
#include <unistd.h>
#include <sys/socket.h>
#include <linux/can.h>
#include <linux/can/raw.h>
#include <net/if.h>
#include <sys/ioctl.h>
#include "drv_comm.h"
#include "bsp_rtdb.h"