#include <linux/errno.h>

static int load(char *buf, size_t len)
{
        return -ENOBUFS;  /* never enough space */
}