2019-05-28 16:57:20 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2006-01-18 09:30:29 +00:00
|
|
|
/******************************************************************************
|
|
|
|
*******************************************************************************
|
|
|
|
**
|
|
|
|
** Copyright (C) 2005 Red Hat, Inc. All rights reserved.
|
|
|
|
**
|
|
|
|
**
|
|
|
|
*******************************************************************************
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
#ifndef __LVB_TABLE_DOT_H__
|
|
|
|
#define __LVB_TABLE_DOT_H__
|
|
|
|
|
|
|
|
extern const int dlm_lvb_operations[8][8];
|
|
|
|
|
|
|
|
#endif
|