commit | 8e84e36f149595e08ad67f145752286c01bf36e4 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Nov 18 15:10:08 2016 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Dec 02 12:41:14 2016 +0200 |
tree | 67792b0ec72984f913ffb978270cf45cc530bf28 | |
parent | 0f8be63d8e975ef3dff7aa251ac3566647dd9e09 [diff] |
net: Declare a macro to define stacks used by networking The macro defines the stack as usual, but if user has enabled net shell (CONFIG_NET_SHELL), then additional information about the stack is stored in net_shell linker section. The information in the net_shell linker section is then used to print information about the stacks in the networking sub-system. Change-Id: Ic6e9f16a73a192b9a59d32a6d0070322382f98bd Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>