[IB] mthca: Use enum in mthca_alloc_db() prototype
authorRoland Dreier <rolandd@cisco.com>
Tue, 18 Oct 2005 20:22:16 +0000 (13:22 -0700)
committerRoland Dreier <rolandd@cisco.com>
Tue, 18 Oct 2005 20:22:16 +0000 (13:22 -0700)
Make the type parameter of mthca_alloc_db() be an enum mthca_db_type
instead of an int.  This doesn't have any practical effect but
documents the functions a little better.

Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found