#ifndef HCCL_PROTO_STUB_H
#define HCCL_PROTO_STUB_H

namespace checker {

MAKE_ENUM(LinkProtoStub, SDMA, RDMA, CCU, INVALID_A)

}

#endif