/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcitool/cli.c

  • Committer: Suren A. Chilingaryan
  • Date: 2016-02-04 00:18:33 UTC
  • Revision ID: csa@suren.me-20160204001833-7ovyzg7doj07jzxb
Add build information

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#include "pcitool/sysinfo.h"
33
33
#include "pcitool/formaters.h"
 
34
#include "pcitool/buildinfo.h"
34
35
 
35
36
#include "views/transform.h"
36
37
#include "views/enum.h"
37
 
#include "pci.h"
38
 
#include "plugin.h"
39
 
#include "config.h"
40
 
#include "tools.h"
41
 
#include "kmem.h"
42
 
#include "error.h"
43
 
#include "debug.h"
44
 
#include "model.h"
45
 
#include "locking.h"
 
38
#include "pcilib/pci.h"
 
39
#include "pcilib/plugin.h"
 
40
#include "pcilib/config.h"
 
41
#include "pcilib/tools.h"
 
42
#include "pcilib/kmem.h"
 
43
#include "pcilib/error.h"
 
44
#include "pcilib/debug.h"
 
45
#include "pcilib/model.h"
 
46
#include "pcilib/locking.h"
46
47
 
47
48
/* defines */
48
49
#define MAX_KBUF 14
895
896
            PCILIB_VERSION_GET_MICRO(version)
896
897
        );
897
898
    }
 
899
 
 
900
    BuildInfo();
898
901
}
899
902
 
900
903
void Info(pcilib_t *handle, const pcilib_model_description_t *model_info, const char *target) {