Browse Source

static function

master
Mathieu Serandour 1 year ago
parent
commit
14cdeb6622
  1. 2
      kernel/drivers/dev.c

2
kernel/drivers/dev.c

@ -4,7 +4,7 @@
static struct dev** devices = NULL;
static unsigned n_devices = 0;
static
void realloc_dev(void) {
static unsigned buffsize = 0;

Loading…
Cancel
Save