/* * netsniff-ng - the packet sniffing beast * Copyright 2009, 2010 Daniel Borkmann. * Subject to the GPL, version 2. */ #ifndef TPRINTF_H #define TPRINTF_H #include "built_in.h" #include "colors.h" extern void tprintf_init(void); extern void tprintf(char *msg, ...) __check_format_printf(1, 2); extern void tprintf_flush(void); extern void tprintf_cleanup(void); extern void tputchar_safe(int c); extern void tputs_safe(const char *str, size_t len); #define colorize_start(fore) "\033[" __##fore "m" #define colorize_start_full(fore, back) "\033[" __##fore ";" __on_##back "m" #define colorize_end() "\033[" __reset "m" #define DEFAULT_TTY_SIZE 80 #endif /* TPRINTF_H */ t' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/net/marvell-neta-bm.txt
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-09-01 06:03:35 +1000
committerDave Airlie <airlied@redhat.com>2016-09-01 06:03:35 +1000
commit8509eb19618c050b017a3da7f6dd3180106cdf32 (patch)
tree19fa505b6ea3cf8b96a159dae2b33cae2ae604f2 /Documentation/devicetree/bindings/net/marvell-neta-bm.txt
parent279cf3f23870f7eb8ca071115e06d3d5ca0a2b9e (diff)
parent1f703e6679f373f5bba4efe7093aa82e91af4037 (diff)
Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Fixes for 4.8: - 2 CI S4 fixes - error handling fix * 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux: drm/amdgpu: record error code when ring test failed drm/amd/amdgpu: compute ring test fail during S4 on CI drm/amd/amdgpu: sdma resume fail during S4 on CI
Diffstat (limited to 'Documentation/devicetree/bindings/net/marvell-neta-bm.txt')