You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
###########################################
|
|
# dump_hal(hal_type)
|
|
# Ability to dump the hal debug info
|
|
#
|
|
define(`dump_hal', `
|
|
hal_client_domain(dumpstate, $1);
|
|
allow $1_server dumpstate:fifo_file write;
|
|
allow $1_server dumpstate:fd use;
|
|
')
|