Program Listing for File pocky_functions.h

Return to documentation for file (src/pocky/ext/include/pocky_functions.h)

#ifndef POCKY_FUNCTIONS_H
#define POCKY_FUNCTIONS_H

extern PyObject *pocky_list_all_platforms(PyObject *self, PyObject *args);

extern PyObject *pocky_list_all_devices(PyObject *self, PyObject *args);

#endif      /* POCKY_FUNCTIONS_H */

/* vim: set ft=c.doxygen: */