author | Wendy Liang <jliang@xilinx.com> | |
Fri, 15 Jul 2016 18:25:59 +0000 (11:25 -0700) | ||
committer | Wendy Liang <jliang@xilinx.com> | |
Thu, 13 Oct 2016 05:01:45 +0000 (22:01 -0700) | ||
commit | 83d1d802038147a8d8d0ef2c5eb07479a0f680aa | |
tree | 310442a5b019a326e32ab1e8418d8eab80d00155 | tree | snapshot (tar.xz tar.gz zip) |
parent | a194312c86d2d12bec7f2d55be48bbde3c7dbf61 | commit | diff |
Introduce hil_proc rsc header and rsc data struct
Introduce hil_proc resource header
so that user can specify their hardware resource in such a format:
{
<resource_header>
<user_defined_resource>
}
User don't have to define the full hil_proc in their application.
This way can sperate data structure definition from internal
implementation and user input.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
Introduce hil_proc resource header
so that user can specify their hardware resource in such a format:
{
<resource_header>
<user_defined_resource>
}
User don't have to define the full hil_proc in their application.
This way can sperate data structure definition from internal
implementation and user input.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
lib/common/hil.c | diff | blob | history | |
lib/include/openamp/hil.h | diff | blob | history |