#include <linux/errno.h>

static int load(char *buf, size_t len)
{
        return -ENOBUFS;  /* none to give */
}