This utility is used to give an example on
how to receive acpi event notifications in userspace.

acpi_genl monitor: 
	receive genetlink messages from "acpi_event" genl family.

	The format of the information is similar to the one we geti
	from /proc/acpi/event, except for replacing the device name
	shown in ACPI namespace with the bus id shown in sysfs.

acpi_genl status:
	get the status of "acpi_event" genetlink family.

	some generic netlink information about "acpi_event" is exposed, 
	like its numeric id, the version it's running, the extra header
	it may have, the maximum number of attributes it can take and the
	command it can support.

Zhang Rui
rui.zhang@intel.com
