#ifndef OUI_H #define OUI_H extern const char *lookup_vendor(unsigned int id); extern void dissector_init_oui(void); extern void dissector_cleanup_oui(void); static inline const char *lookup_vendor_str(unsigned int id) { return lookup_vendor(id) ? : "Unknown"; } #endif /* OUI_H */ title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/Documentation?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-04-30 15:01:08 +0800
committerMark Brown <broonie@kernel.org>2016-05-02 16:25:13 +0100
commit46cb41534a1a1d1f75aae5eab0dd8c06a9461e6b (patch)
tree84a9443a36bd2118d327c27d4894b70f86885e7a /Documentation
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
spi: Drop unnecessary dependencies on relaxed I/O accessors
The relaxed I/O accessors are available on all architectures now. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')