iso-resources.c (94bd217e2d683719ab21a4ac117d8a1b91cbedc9) | iso-resources.c (d81a6d71760c4d8323f1f9a506c64084caa09063) |
---|---|
1/* 2 * isochronous resources helper functions 3 * 4 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 * Licensed under the terms of the GNU General Public License, version 2. 6 */ 7 8#include <linux/device.h> 9#include <linux/firewire.h> 10#include <linux/firewire-constants.h> | 1/* 2 * isochronous resources helper functions 3 * 4 * Copyright (c) Clemens Ladisch <clemens@ladisch.de> 5 * Licensed under the terms of the GNU General Public License, version 2. 6 */ 7 8#include <linux/device.h> 9#include <linux/firewire.h> 10#include <linux/firewire-constants.h> |
11#include <linux/export.h> |
|
11#include <linux/jiffies.h> 12#include <linux/mutex.h> 13#include <linux/sched.h> 14#include <linux/spinlock.h> 15#include "iso-resources.h" 16 17/** 18 * fw_iso_resources_init - initializes a &struct fw_iso_resources --- 213 unchanged lines hidden --- | 12#include <linux/jiffies.h> 13#include <linux/mutex.h> 14#include <linux/sched.h> 15#include <linux/spinlock.h> 16#include "iso-resources.h" 17 18/** 19 * fw_iso_resources_init - initializes a &struct fw_iso_resources --- 213 unchanged lines hidden --- |