vcpe/srcs/include/pppoe_session.h

23 lines
302 B
C
Raw Normal View History

2022-05-10 06:43:27 +00:00
//
// Created by xajhuang on 2022/5/11.
//
#ifndef VCPE_PROJECT_PPPOE_SESSION_H
#define VCPE_PROJECT_PPPOE_SESSION_H
#ifdef __cplusplus
extern "C" {
#endif
#include <uthash/uthash.h>
#include <lwip/netif.h>
#include "user_info.h"
2022-05-10 06:43:27 +00:00
#ifdef __cplusplus
}
#endif
#endif//VCPE_PROJECT_PPPOE_SESSION_H