External memory only in kernel space.

This commit is contained in:
Florian Pose 2008-10-02 15:38:10 +00:00
parent fb34ddb1f2
commit ed9e83fbea
1 changed files with 4 additions and 0 deletions

View File

@ -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