m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/char.h
blob: 63152a1bff19ccc9d6c0645e55f915ade31366b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CHAR_H
#define CHAR_H

#include <linux/pci.h>

#include "pci.h"
#include "private_data.h"

int new_doomdev(struct pci_dev *dev);
void destroy_doomdev(struct doom_data *doom_data);
int char_init(void);
void char_cleanup(void);

#endif