/
githubmirror
/
open-iscsi
Обзор
Документация
Войти
/
githubmirror
/
open-iscsi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
usr/types.h
22 строки
417 B
Adheer Chandravanshi
iscsiadm: Correctly check for invalid hostno and flashnode index
12 сен 2013, 02:56
12 сен 2013, 02:56
3256b93
Код
Авторство
О чём код?
/* * Copyright (C) 2002-2003 Ardis Technolgies <roman@ardistech.com> * * Released under the terms of the GNU GPL v2.0. */ #ifndef TYPES_H #define TYPES_H #include <netinet/in.h> #include <stdint.h> #include <sys/types.h> #include <limits.h> /* * using the __be types allows stricter static * typechecking in the kernel using sparse */ typedef uint16_t __be16; typedef uint32_t __be32; #endif /* TYPES_H */