summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/nfp/drvlist.c
blob: a04b1fd5b0db03746e66637ba71308b81019f65e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*

(C) Copyright nCipher Corporation Ltd 2002-2008 All rights reserved

Copyright (c) 2008-2013 Thales e-Security All rights reserved

Copyright (c) 2014 Thales UK All rights reserved

*/

#include "nfp_common.h"
#include "nfp_cmd.h"

const nfpcmd_dev *nfp_drvlist[] = {
  &i21285_cmddev,
  &i21555_cmddev,
  NULL
};