summaryrefslogtreecommitdiff
path: root/conntrack.h
blob: d37d209aa70e1a44845644ab7062b7643377d019 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CONNTRACK_H
#define CONNTRACK_H

#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack_tcp.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack_dccp.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack_sctp.h>

#endif /* CONNTRACK_H */
ght'>2016-04-11 10:50:30 -0400 committerBjorn Helgaas <bhelgaas@google.com>2016-04-14 14:40:42 -0500 commit025dd3daeda77f61a280da87ae7015a6808dfe1f (patch) treec56ea2086ea3bdca084864c75649fada26bc2d4f parent9735a22799b9214d17d3c231fe377fc852f042e9 (diff)
PCI: keystone: Add error IRQ handler
Keystone PCI hardware generates error interrupts at RC using a platform IRQ instead of a standard MSI or legacy IRQ. Add a simple error handler that logs the fatal interrupt status to the console. [bhelgaas: s/node/dev->of_node/, tidy comments, return irqreturn_t directly] Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rob Herring <robh@kernel.org> CC: Pawel Moll <pawel.moll@arm.com> CC: Mark Rutland <mark.rutland@arm.com> CC: Ian Campbell <ijc+devicetree@hellion.org.uk> CC: Kumar Gala <galak@codeaurora.org>
Diffstat