Add fundamental list functions to manage log devices
authorChengwei Yang <chengwei.yang@intel.com>
Fri, 2 Nov 2012 09:04:32 +0000 (17:04 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Fri, 2 Nov 2012 09:04:32 +0000 (17:04 +0800)
commitf7271758e7ec7eb01ef190e34a00e7930ea6534f
treee0fcfc4bdac4c60fb8ef14c31e8bb5cb1a4ec04f
parent8a33b09640fb6b02f1a6e80502a9d8058ff3d7d7
Add fundamental list functions to manage log devices

This commit does the below things:
* Add fundamental list functions to manage log devices
* Fix a issue that if both log system and log apps are available, the
  latter will overwrite the devices->next!
* release memory at exit

Change-Id: Iebc3f8d2b34d6abbd834b07a31e0c2ebba01b63b
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
logutil.c