File: sg_pt_common.c

package info (click to toggle)
sdparm 1.10-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 1,716 kB
  • sloc: ansic: 20,059; sh: 5,329; makefile: 168
file content (23 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright (c) 2009-2014 Douglas Gilbert.
 * All rights reserved.
 * Use of this source code is governed by a BSD-style
 * license that can be found in the BSD_LICENSE file.
 */

#include <stdlib.h>

#include "sg_pt.h"

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif


static const char * scsi_pt_version_str = "2.12 20140606";

const char *
scsi_pt_version()
{
    return scsi_pt_version_str;
}