File: accfg.h

package info (click to toggle)
accel-config 4.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,336 kB
  • sloc: ansic: 18,791; sh: 1,336; makefile: 188
file content (14 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright(c) 2019 Intel Corporation. All rights reserved. */

#ifndef __ACCFG_H__
#define __ACCFG_H__

#ifndef ARRAY_SIZE
#include <ccan/array_size/array_size.h>
#endif
#include <linux/types.h>
#include <sys/user.h>
#include <unistd.h>

#endif /* __ACCFG_H__ */