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

#include <linux/pci.h>

#include "pci.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