···77#ifndef __MTD_ABI_H__88#define __MTD_ABI_H__991010-#ifndef __KERNEL__ 1111-/* Urgh. The whole point of splitting this out into1212- separate files was to avoid #ifdef __KERNEL__ */1313-#define __user1414-#endif1515-1610struct erase_info_user {1711 uint32_t start;1812 uint32_t length;