File: cmd.h

package info (click to toggle)
nvme-cli 1.7-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 4,128 kB
  • sloc: ansic: 19,362; python: 716; sh: 444; makefile: 348; ruby: 25
file content (10 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#ifndef _CMD_H
#define _CMD_H

#undef PLUGIN
#define PLUGIN(n, c)

#undef COMMAND_LIST
#define COMMAND_LIST(args...)

#endif