2019-05-29 00:57:20 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2006-01-18 17:30:29 +08: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
|