/alps/bar_resolve

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/bar_resolve

« back to all changes in this revision

Viewing changes to sysfs.c

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-02 19:01:33 UTC
  • Revision ID: csa@suren.me-20160302190133-2suzxss2vze5ao54
Finalyze the sample

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include <linux/slab.h>
8
8
#include <linux/sysfs.h>
9
9
 
 
10
#include <linux/pcidriver.h>
 
11
 
10
12
#include "mod.h"
11
13
#include "dev.h"
12
14
#include "debug.h"
13
15
 
14
 
#include "rdma.h"
15
16
 
16
17
static ssize_t test_request_show(struct device *dev, struct device_attribute *attr, char *buf) {
17
18
    test_dev_t *test = dev_get_drvdata(dev);