AC_PREREQ(2.57)
AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
#AC_WITH_LTDL # not needed ?
-AM_INIT_AUTOMAKE(ltt-control,0.22-16092006)
+AM_INIT_AUTOMAKE(ltt-control,0.23-17092006)
AM_CONFIG_HEADER(config.h)
AM_PROG_LIBTOOL
<description>Exit from an IRQ</description>
</event>
+ <event name="printk">
+ <description>Kernel printk</description>
+ <field name="loglevel"> <description>loglevel</description>
+ <uint size="1"/>
+ </field>
+ <field name="text"> <description>printk string</description>
+ <sequence>
+ <uint/>
+ <uchar/>
+ </sequence>
+ </field>
+ </event>
</facility>