Linux CXL
 help / color / mirror / Atom feed
* can call libcxl function outside ndctl tool?
@ 2021-10-19 17:55 Li Qiang
  2021-10-20  6:21 ` Verma, Vishal L
  0 siblings, 1 reply; 3+ messages in thread
From: Li Qiang @ 2021-10-19 17:55 UTC (permalink / raw)
  To: linux-cxl; +Cc: nvdimm, Dan Williams, Vishal Verma

Take cxl_cmd_new_identify as example.
There is CXL_EXPORT prefix, it seems can be called outside ndctl tool.
While the intput and outpust struct cxl_memdev and cxl_cmd are private.

```

CXL_EXPORT struct cxl_cmd *cxl_cmd_new_identify(struct cxl_memdev *memdev)
{
	return cxl_cmd_new_generic(memdev, CXL_MEM_COMMAND_ID_IDENTIFY);
}

```


Thanks
Johnny




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-20  7:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-19 17:55 can call libcxl function outside ndctl tool? Li Qiang
2021-10-20  6:21 ` Verma, Vishal L
2021-10-20 19:28   ` Li Qiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox