This utility is used to give a clue on
how to handle acpi event notifications in userspace.

Please apply the patch-expose-acpi-event-via-netlink first.:)

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

	We still have some problems on listening to specified
	genetlink family.
	Now all the broadcasted genetlink messages are received
	and only the ones sent by "acpi_event" genl family are parsed.

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 nuber of attributes it can take and the
	command it can support.

Zhang Rui
rui.zhang@intel.com
