mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-25 11:33:51 +08:00
External memory only in kernel space.
This commit is contained in:
@@ -788,6 +788,8 @@ size_t ecrt_domain_size(
|
||||
ec_domain_t *domain /**< Domain. */
|
||||
);
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
/** Provide external memory to store the domain's process data.
|
||||
*
|
||||
* Call this after all Pdo entries have been registered and before activating
|
||||
@@ -802,6 +804,8 @@ void ecrt_domain_external_memory(
|
||||
data in. */
|
||||
);
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
|
||||
/** Returns the domain's process data.
|
||||
*
|
||||
* If external memory was provided with ecrt_domain_external_memory(), the
|
||||
|
||||
Reference in New Issue
Block a user