Commit 23a41e98 authored by Jialin Li's avatar Jialin Li
Browse files

fix typo

parent 3b3ec31d
...@@ -64,7 +64,7 @@ struct cosim_pcie_proto_dev_intro { ...@@ -64,7 +64,7 @@ struct cosim_pcie_proto_dev_intro {
} __attribute__((packed)); } __attribute__((packed));
#define COSIM_PCIE_PROTO_FLAGS_IH_SYNC (1 << 0) #define COSIM_PCIE_PROTO_FLAGS_HI_SYNC (1 << 0)
/** welcome message sent by host to device */ /** welcome message sent by host to device */
struct cosim_pcie_proto_host_intro { struct cosim_pcie_proto_host_intro {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment