diff --git a/pyudmaio/src/PythonBinding.cpp b/pyudmaio/src/PythonBinding.cpp index 9878ac46..4d6bc102 100644 --- a/pyudmaio/src/PythonBinding.cpp +++ b/pyudmaio/src/PythonBinding.cpp @@ -86,8 +86,7 @@ PYBIND11_MODULE(binding, m) { py::class_>( m, "DmaBufferAbstract") - .def("get_phys_addr", &udmaio::DmaBufferAbstract::get_phys_addr) - .def("get_phys_size", &udmaio::DmaBufferAbstract::get_phys_size); + .def("get_phys_region", &udmaio::DmaBufferAbstract::get_phys_region); #if 0 // FIXME py::class_