summaryrefslogtreecommitdiffstats
path: root/arch/kvx/lib/asm-offsets.c
blob: 9ab4fc4d4d706da8265b88ab466cafee7842cd41 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (C) 2019 Kalray Inc.
 */

#include <linux/kbuild.h>

int main(void)
{
	return 0;
}