# HG changeset patch # User Florian Pose # Date 1222961890 0 # Node ID 3cc16b60a571d5ee42a6edb4d56e84fe14dd4c98 # Parent 5f1f1a3e66364e12b72db6fbbc77bf1931501150 External memory only in kernel space. diff -r 5f1f1a3e6636 -r 3cc16b60a571 include/ecrt.h --- a/include/ecrt.h Thu Oct 02 13:40:23 2008 +0000 +++ b/include/ecrt.h Thu Oct 02 15:38:10 2008 +0000 @@ -788,6 +788,8 @@ 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 @@ data in. */ ); +#endif /* __KERNEL__ */ + /** Returns the domain's process data. * * If external memory was provided with ecrt_domain_external_memory(), the