summaryrefslogtreecommitdiff
path: root/public/te_macros
blob: 701ef555a6824f1c659026cedf4313767cbe2bc6 (plain)
1
2
3
4
5
6
7
8
9
###########################################
# 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;
')