VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
2522fe45a186e (Thomas Gleixner 2019-05-28 09:57:20 -0700  1) /* SPDX-License-Identifier: GPL-2.0-only */
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  2) /******************************************************************************
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  3) *******************************************************************************
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  4) **
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  5) **  Copyright (C) 2005 Red Hat, Inc.  All rights reserved.
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  6) **
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  7) **
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  8) *******************************************************************************
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000  9) ******************************************************************************/
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 10) 
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 11) #ifndef __LVB_TABLE_DOT_H__
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 12) #define __LVB_TABLE_DOT_H__
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 13) 
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 14) extern const int dlm_lvb_operations[8][8];
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 15) 
e7fd41792fc0e (David Teigland  2006-01-18 09:30:29 +0000 16) #endif