/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 mod.h

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-02 05:45:24 UTC
  • Revision ID: csa@suren.me-20160302054524-aqefho92o0ljk3eh
Test application for resolving user-space BAR addresses

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _TEST_MODE_H
 
2
#define _TEST_MODE_H
 
3
 
 
4
#define MODNAME         "test"
 
5
#define TEST_NODE       "test"
 
6
#define TEST_NODE_FMT   "test%i"
 
7
#define TEST_MINORS     16
 
8
 
 
9
#endif /* _TEST_MODE_H */