~fcwu-tw/+junk/oem-wireless-bluetooth-dw1550-dkms

« back to all changes in this revision

Viewing changes to oem-wireless-bluetooth-dw1550/include/media/rj54n1cb0c.h

  • Committer: Doro Wu
  • Date: 2013-08-14 01:41:53 UTC
  • Revision ID: doro.wu@canonical.com-20130814014153-5v7ergizf2ilf7ly
[Doro Wu]
* Merge bcmwl 6.30.223.30+bdcom-0ubuntu1

[Jesse Sung]
* Add patchram support and IDs for broadcom devices (LP: #1180300)
* cherry picked d9c78e9738ccd0017b10b8f44462aafb61904a4a from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * RJ54N1CB0C Private data
 
3
 *
 
4
 * Copyright (C) 2009, Guennadi Liakhovetski <g.liakhovetski@gmx.de>
 
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.
 
9
 */
 
10
 
 
11
#ifndef __RJ54N1CB0C_H__
 
12
#define __RJ54N1CB0C_H__
 
13
 
 
14
struct rj54n1_pdata {
 
15
        unsigned int    mclk_freq;
 
16
        bool            ioctl_high;
 
17
};
 
18
 
 
19
#endif