gfdt_intr_spec()

Get the FDT data that represents an interrupt (ARM)

Synopsis:

#include <qvm/firmware.h>
size_t gfdt_intr_spec(const struct guest_intr *gip,
                      enum guest_table_spec_component component,
                      void *buf,
                      size_t buf_len)

Arguments:

gip
The interrupt to get the information for.
component
The piece of the table specification to get.
buf
The buffer to store the interrupt information in.
buf_len
The length of the buffer specified by buf.

Library:

Provided by qvm; no external library is required.

Returns:

The number of bytes in the table specification.