tty.c (33f0f88f1c51ae5c2d593d26960c760ea154c2e2) | tty.c (4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b) |
---|---|
1/* 2 RFCOMM implementation for Linux Bluetooth stack (BlueZ). 3 Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> 4 Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org> 5 6 This program is free software; you can redistribute it and/or modify 7 it under the terms of the GNU General Public License version 2 as 8 published by the Free Software Foundation; --- 20 unchanged lines hidden (view full) --- 29 30#include <linux/config.h> 31#include <linux/module.h> 32 33#include <linux/tty.h> 34#include <linux/tty_driver.h> 35#include <linux/tty_flip.h> 36 | 1/* 2 RFCOMM implementation for Linux Bluetooth stack (BlueZ). 3 Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com> 4 Copyright (C) 2002 Marcel Holtmann <marcel@holtmann.org> 5 6 This program is free software; you can redistribute it and/or modify 7 it under the terms of the GNU General Public License version 2 as 8 published by the Free Software Foundation; --- 20 unchanged lines hidden (view full) --- 29 30#include <linux/config.h> 31#include <linux/module.h> 32 33#include <linux/tty.h> 34#include <linux/tty_driver.h> 35#include <linux/tty_flip.h> 36 |
37#include <linux/capability.h> |
|
37#include <linux/slab.h> 38#include <linux/skbuff.h> 39 40#include <net/bluetooth/bluetooth.h> 41#include <net/bluetooth/rfcomm.h> 42 43#ifndef CONFIG_BT_RFCOMM_DEBUG 44#undef BT_DBG --- 1009 unchanged lines hidden --- | 38#include <linux/slab.h> 39#include <linux/skbuff.h> 40 41#include <net/bluetooth/bluetooth.h> 42#include <net/bluetooth/rfcomm.h> 43 44#ifndef CONFIG_BT_RFCOMM_DEBUG 45#undef BT_DBG --- 1009 unchanged lines hidden --- |