]> Git Repo - linux.git/blob - include/asm-um/div64.h
PCI: don't expose struct pci_vpd to userspace
[linux.git] / include / asm-um / div64.h
1 #ifndef _UM_DIV64_H
2 #define _UM_DIV64_H
3
4 #include "asm/arch/div64.h"
5
6 extern uint64_t div64_64(uint64_t dividend, uint64_t divisor);
7 #endif
This page took 0.030822 seconds and 4 git commands to generate.