Linux Audio

Check our new training course

Loading...
v3.1
 
 1/******************************************************************************
 2*******************************************************************************
 3**
 4**  Copyright (C) 2005 Red Hat, Inc.  All rights reserved.
 5**
 6**  This copyrighted material is made available to anyone wishing to use,
 7**  modify, copy, or redistribute it subject to the terms and conditions
 8**  of the GNU General Public License v.2.
 9**
10*******************************************************************************
11******************************************************************************/
12
13#ifndef __LVB_TABLE_DOT_H__
14#define __LVB_TABLE_DOT_H__
15
16extern const int dlm_lvb_operations[8][8];
17
18#endif
v6.2
 1/* SPDX-License-Identifier: GPL-2.0-only */
 2/******************************************************************************
 3*******************************************************************************
 4**
 5**  Copyright (C) 2005 Red Hat, Inc.  All rights reserved.
 6**
 
 
 
 7**
 8*******************************************************************************
 9******************************************************************************/
10
11#ifndef __LVB_TABLE_DOT_H__
12#define __LVB_TABLE_DOT_H__
13
14extern const int dlm_lvb_operations[8][8];
15
16#endif