File: cmd.h

package info (click to toggle)
nvme-cli 1.12-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 4,992 kB
  • sloc: ansic: 28,527; python: 740; sh: 479; makefile: 419; ruby: 25
file content (10 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (5)
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