summaryrefslogtreecommitdiff
path: root/port/dummy.c
blob: afc55bf342664a9ba1d60c2ddedcf98edd35eb3a (plain)
1
2
3
4
5
/*
 * Dummy function, just to be ensure that the library always will be created.
 */

void libport_dummy_function() { return; }