ueagle-atm.c (8d1413b28033c49c7f1a4d320e815d7a5531acee) | ueagle-atm.c (7dfb71030f7636a0d65200158113c37764552f93) |
---|---|
1/*- 2 * Copyright (c) 2003, 2004 3 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. 4 * 5 * Copyright (c) 2005 Matthieu Castet <castet.matthieu@free.fr> 6 * 7 * This software is available to you under a choice of one of two 8 * licenses. You may choose to be licensed under the terms of the GNU --- 50 unchanged lines hidden (view full) --- 59#include <linux/init.h> 60#include <linux/crc32.h> 61#include <linux/usb.h> 62#include <linux/firmware.h> 63#include <linux/ctype.h> 64#include <linux/kthread.h> 65#include <linux/version.h> 66#include <linux/mutex.h> | 1/*- 2 * Copyright (c) 2003, 2004 3 * Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. 4 * 5 * Copyright (c) 2005 Matthieu Castet <castet.matthieu@free.fr> 6 * 7 * This software is available to you under a choice of one of two 8 * licenses. You may choose to be licensed under the terms of the GNU --- 50 unchanged lines hidden (view full) --- 59#include <linux/init.h> 60#include <linux/crc32.h> 61#include <linux/usb.h> 62#include <linux/firmware.h> 63#include <linux/ctype.h> 64#include <linux/kthread.h> 65#include <linux/version.h> 66#include <linux/mutex.h> |
67#include <linux/freezer.h> 68 |
|
67#include <asm/unaligned.h> 68 69#include "usbatm.h" 70 71#define EAGLEUSBVERSION "ueagle 1.4" 72 73 74/* --- 1779 unchanged lines hidden --- | 69#include <asm/unaligned.h> 70 71#include "usbatm.h" 72 73#define EAGLEUSBVERSION "ueagle 1.4" 74 75 76/* --- 1779 unchanged lines hidden --- |