index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
arch
/
amd64
/
driver
/
rtl8139.h
blob: 2677d82f55fabc274965e7cbf8979501133b6497 (
plain
)
1
2
3
4
#pragma once #include <stdint.h> void rtl8139_init(uint32_t bdf); void rtl8139_irq(void);